DaqDeviceDescriptor

The DaqDeviceDescriptor class includes the properties that you use to examine the descriptor information of a detected device.

Definition

Structure 
{ 
   stringproduct_name
   intproduct_id
   InterfaceTypeinterface_type
   stringdev_string
   stringunique_id
   intnu_id
}   DaqDeviceDescriptor; 

Elements

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.