AxsunOCTControl_LW 2.0.0
A light-weight & cross-platform alternative to the .NET-based AxsunOCTControl.dll.
|
Structure for device information available in connect or disconnect callback functions. More...
#include <AxsunOCTControl_LW_C.h>
Data Fields | |
AxDevType | device_type |
AxConnectionType | connection_type |
char | serial_number [40] |
char | firmware_version [16] |
char | FPGA_version [16] |
AxDeviceHandle | handle |
Structure for device information available in connect or disconnect callback functions.
AxConnectionType connection_type |
connection type
AxDevType device_type |
device type
char firmware_version[16] |
device firmware version string (nul-terminated)
char FPGA_version[16] |
device FPGA version string, if applicable (nul-terminated)
AxDeviceHandle handle |
device unique handle
char serial_number[40] |
device serial number string (nul-terminated)