public struct IrCommand
Public Structure IrCommand
[<SealedAttribute>]
type IrCommand =
struct
inherit ValueType
end
ButtonPressed | Gets the pressed state of the command button. True indicates pressed. |
ButtonReleased | Gets the released state of the command button. True indicates released. |
Code | Gets the IR command code. |
Received | Returns true if an IR command has been received. |
Deconstruct | Unpacks the IR Command tuple. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |