AxsunOCTControl_LW 2.0.0
A light-weight & cross-platform alternative to the .NET-based AxsunOCTControl.dll.
Loading...
Searching...
No Matches
Data Fields
AxDeviceInfo Struct Reference

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
 

Detailed Description

Structure for device information available in connect or disconnect callback functions.

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

Field Documentation

◆ connection_type

AxConnectionType connection_type

connection type

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

◆ device_type

AxDevType device_type

◆ firmware_version

char firmware_version[16]

device firmware version string (nul-terminated)

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

◆ FPGA_version

char FPGA_version[16]

device FPGA version string, if applicable (nul-terminated)

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

◆ handle

AxDeviceHandle handle

device unique handle

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

◆ serial_number

char serial_number[40]

device serial number string (nul-terminated)

Examples
AxsunOCTControl_LW_ExampleConsoleApp.cpp.

The documentation for this struct was generated from the following file: