Struct BindPoint
public struct BindPoint
- Inherited Members
Constructors
BindPoint(HidClass, int, int)
public BindPoint(HidClass cls, int index, int value)
Parameters
Properties
Class
public readonly HidClass Class { get; }
Property Value
Index
public readonly int Index { get; }
Property Value
Value
public readonly int Value { get; }
Property Value
Methods
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current instance.
Returns
- bool
true if
obj
and this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
Parse(string)
public static BindPoint Parse(string str)
Parameters
str
string
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
TryParse(string, out BindPoint)
public static bool TryParse(string str, out BindPoint point)
Parameters
Returns
Operators
operator ==(BindPoint, BindPoint)
public static bool operator ==(BindPoint a, BindPoint b)
Parameters
Returns
operator !=(BindPoint, BindPoint)
public static bool operator !=(BindPoint a, BindPoint b)