USB Sniffer - Software USB packets sniffer & protocol analyzer for Windows
Download Device Monitoring Studio Hide this button

IHIDData Interface

This interface is implemented by HID data object.

Declaration

interface IHIDData {
    // Properties
    ${index}: number;
    ${data}: number;
}
// This interface is not available in managed environment
// This interface is not available in native environment

IHIDData Properties

index

index: number;
// This property is not available in managed environment
// This property is not available in native environment

Specifies the data index of a control.

data

data: number;
// This property is not available in managed environment
// This property is not available in native environment

Specifies a data value.