HIDLib: A managed, general-purpose HID USB interface library for .NET.
UsageRange Class
NamespacesBlueNinjaSoftware.HIDLib.CapabilitiesUsageRange
Specifies, if IsRange is TRUE, information about a usage range. Otherwise, if IsRange is FALSE, NotRange contains information about a single usage.
Declaration Syntax
C#Visual BasicVisual C++
public class UsageRange
Public Class UsageRange
public ref class UsageRange
Members
All MembersMethodsProperties



IconMemberDescription
DataIndexMax
Indicates the inclusive upper bound of a sequential range of data indices that correspond, one-to-one and in the same order, to the usages specified by the usage range Range.UsageMin to Range.UsageMax.

DataIndexMin
Indicates the inclusive lower bound of a sequential range of data indices that correspond, one-to-one and in the same order, to the usages specified by the usage range Range.UsageMin to Range.UsageMax.

DesignatorMax
Indicates the inclusive upper bound of a range of designators (specified by designator minimum and designator maximum items) whose inclusive lower bound is indicated by Range.DesignatorMax.

DesignatorMin
Indicates the inclusive lower bound of a range of designators (specified by designator minimum and designator maximum items) whose inclusive upper bound is indicated by Range.DesignatorMax.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
StringMax
Indicates the inclusive upper bound of a range of string descriptors (specified by string minimum and string maximum items) whose inclusive lower bound is indicated by Range.StringMax.

StringMin
Indicates the inclusive lower bound of a range of string descriptors (specified by string minimum and string maximum items) whose inclusive upper bound is indicated by Range.StringMax.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UsageMax
Indicates the inclusive upper bound of a usage range whose inclusive lower bound is indicated by Range.UsageMin.

UsageMin
Indicates the inclusive lower bound of usage range whose inclusive upper bound is specified by Range.UsageMax.

Inheritance Hierarchy
Object
UsageRange

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626