Abstract base class for a Capabilities set - ButtonCapabilities or ValueCapabilities.
| C# | Visual Basic | Visual C++ |
public abstract class ACapabilities : IEnumerable
Public MustInherit Class ACapabilities _ Implements IEnumerable
public ref class ACapabilities abstract : IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ACapabilities(DeviceSubCapabilities%) | Initializes a new instance of the ACapabilities class | |
| Count | Specifies the total number of HIDP_BUTTONS_CAPS structures of this type that HidP_GetButtonCaps returns. | |
| 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.) | |
| GetEnumerator()()() | ||
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([(UInt16])]) | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| ACapabilities | ||
| ButtonCapabilities | ||
| ValueCapabilities | ||