UsbDeviceClasses.Measurement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the device class object for a device that conforms to the USB test and measurement class (USBTMC).
public:
static property UsbDeviceClass ^ Measurement { UsbDeviceClass ^ get(); };
static UsbDeviceClass Measurement();
public static UsbDeviceClass Measurement { get; }
var usbDeviceClass = UsbDeviceClasses.measurement;
Public Shared ReadOnly Property Measurement As UsbDeviceClass
Property Value
A UsbDeviceClass object for the USBTMC-compliant device.