HidDevice.Version 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 version, or revision, number for the given HID device.
public:
property unsigned short Version { unsigned short get(); };
uint16_t Version();
public ushort Version { get; }
var uInt16 = hidDevice.version;
Public ReadOnly Property Version As UShort
Property Value
The version number.
Remarks
The version is retrieved from the device descriptor.
Valid values are 0 through 0xFFFF.