[Missing <summary> documentation for T:BlueNinjaSoftware.HIDLib.Capabilities.ButtonCapability]
| C# | Visual Basic | Visual C++ |
public class ButtonCapability : ACapability
Public Class ButtonCapability _ Inherits ACapability
public ref class ButtonCapability : public ACapability
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BitField | Contains the data fields (one or two bytes) associated with an input, output, or feature main item. | |
| Equals(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.) | |
| IsAbsolute | Specifies, if TRUE, that the usage or usage range provides absolute data. Otherwise, if IsAbsolute is FALSE, the value is the change in state from the previous value. | |
| IsAlias | Indicates, if TRUE, that a button has a set of aliased usages. Otherwise, if IsAlias is FALSE, the button has only one usage. | |
| IsDesignatorRange | Specifies, if TRUE, that the usage or usage range has a set of designators. Otherwise, if IsDesignatorRange is FALSE, the usage or usage range has zero or one designator. | |
| IsRange | Specifies, if TRUE, that the structure describes a usage range. Otherwise, if IsRange is FALSE, the structure describes a single usage. | |
| IsStringRange | Specifies, if TRUE, that the usage or usage range has a set of string descriptors. Otherwise, if IsStringRange is FALSE, the usage or usage range has zero or one string descriptor. | |
| LinkCollection | Specifies the index of the link collection in a top-level collection's link collection array that contains the usage or usage range. If LinkCollection is zero, the usage or usage range is contained in the top-level collection. | |
| LinkUsage | Specifies the usage of the link collection that contains the usage or usage range. If LinkCollection is zero, LinkUsage specifies the usage of the top-level collection. | |
| LinkUsagePage | Specifies the usage page of the link collection that contains the usage or usage range. If LinkCollection is zero, LinkUsagePage specifies the usage page of the top-level collection. | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReportID | Specifies the report ID of the HID report that contains the usage or usage range. | |
| SingleUsage | Specifies, if IsRange is FALSE, information about a single usage. Otherwise, if IsRange is TRUE, Range contains information about a usage range. (Inherited from ACapability.) | |
| ToString()()() | (Inherited from Object.) | |
| UsagePage | Specifies the usage page of the usage or usage range. | |
| UsageRange | Specifies, if IsRange is TRUE, information about a usage range. Otherwise, if IsRange is FALSE, NotRange contains information about a single usage. (Inherited from ACapability.) |
| Object | ||
| ACapability | ||
| ButtonCapability | ||