DeviceInstance.DeviceType Property (Microsoft.DirectX.DirectInput)

Device type specifier. The least-significant byte of the device type description code specifies the device type. The next-significant byte specifies the device subtype. This value can also be combined with DIDEVTYPE_HID, which specifies a Human Interface Device (TermHid).

Definition

Visual Basic Public ReadOnly Property DeviceType As DeviceType
C# public DeviceType DeviceType { get; }
C++ public:
property DeviceType DeviceType {
        DeviceType get();
}
JScript public function get DeviceType() : DeviceType

Property Value

Microsoft.DirectX.DirectInput.DeviceType

This property is read-only.