IrCommandDeconstruct Method

Unpacks the IR Command tuple.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public void Deconstruct(
	out int code,
	out bool buttonPressed,
	out bool buttonReleased
)

Parameters

code  Int32
IR command code
buttonPressed  Boolean
Command button pressed state.
buttonReleased  Boolean
Command button released state.

See Also