Driver Programming API¶
Attention
The API requires driver versions >2.0.0 and firmware 1.24120.
The API is a DLL with C linkage.
Declarations of the interface are found in ndigo6g12_interface.h, provided
by the Ndigo6G-12 driver.
This chapter provides an overview of the provided API functionality.
Contents of this Chapter
- Initialization
- Status Information
ndigo6g12_get_driver_revision()ndigo6g12_get_driver_revision_str()ndigo6g12_count_devices()ndigo6g12_get_static_info()ndigo6g12_get_param_info()ndigo6g12_get_fast_info()ndigo6g12_get_pcie_info()ndigo6g12_get_buffer_info()ndigo6g12_get_free_buffer()ndigo6g12_param_infondigo6g12_static_infondigo6g12_fast_infocrono_pcie_infondigo6g12_buffer_info
- Configuration
- Runtime Control
- Readout
- Constants