public struct IrCommandPublic 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. |
| Name | Uese the registered IrCommandConverter function to convert a received IR command code to a string value. |
| Received | Returns true if an IR command has been received. |
| Deconstruct(Int32, Boolean, Boolean) | Unpacks the IR Command tuple. |
| Deconstruct(Int32, String, Boolean, Boolean) | 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) |