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

IHIDRange Interface

This interface is implemented by HID range object. It specifies the range of a parameter (by specifying minimum and maximum values).

Declaration

interface IHIDRange {
    // Properties
    ${min}: number;
    ${max}: number;
}
// This interface is not available in managed environment
// This interface is not available in native environment

IHIDRange Properties

min

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

Specifies the minimum value of a parameter.

max

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

Specifies the maximum value of a parameter.