The DaqDeviceDescriptor class includes the properties that you use to examine the descriptor information of a detected device.
| Structure | |
| { | |
| string | product_name |
| int | product_id |
| InterfaceType | interface_type |
| string | dev_string |
| string | unique_id |
| int | nu_id |
| } DaqDeviceDescriptor; |
product_name
The product name of the detected device.
product_id
A number associated with the detected device.
interface_type
The bus type associated with the detected DAQ device.
dev_string
A string associated with the detected device. For Ethernet devices, this value represents a NetBIOS name. This value may be the same as the product_name on some devices, but may contain more specific information on other devices.
unique_id
A string identifier that indicates the serial number of a detected USB device, or the MAC address of a detected Bluetooth or Ethernet device.
nu_id
Byte array indicating the numeric representation of the unique identifier of the detected device.