Returns a string that uniquely identifies a discoverable device; for example, the serial number for a USB device or the MAC address of an Ethernet device.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetDeviceUniqueId(ByRef UniqueId As String) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetDeviceUniqueId(out string UniqueId)
UniqueId
Returns a string that uniquely identifies a discoverable device, such as the serial number of a USB device or MAC address of an Ethernet device.