IrCommandDeconstruct Method
Unpacks the IR Command tuple.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public void Deconstruct(
out int code,
out bool buttonPressed,
out bool buttonReleased
)
Public Sub Deconstruct (
<OutAttribute> ByRef code As Integer,
<OutAttribute> ByRef buttonPressed As Boolean,
<OutAttribute> ByRef buttonReleased As Boolean
)
member Deconstruct :
code : int byref *
buttonPressed : bool byref *
buttonReleased : bool byref -> unit
Parameters
- code Int32
- IR command code
- buttonPressed Boolean
- Command button pressed state.
- buttonReleased Boolean
- Command button released state.