IUsb::UsbSerialNumber

Description

The serial number of the USB instrument. The value of this attribute should be used for display purposes only and not for programmatic decisions.

VB Prototype

Dim value As String
value = object.UsbSerialNumber

C++ Prototype

HRESULT get_UsbSerialNumber(
  BSTR* UsbSerialNumber
);

Return Value

Refer to the table of return codes.

See Also

ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, ManufacturerID, ManufacturerName, ModelCode, ModelName, Is4882Compliant, UsbSerialNumber, UsbInterfaceNumber, UsbProtocol, MaximumInterruptSize, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, ControlREN, ControlOut, ControlIn, IUsb Overview