IrCommandDeconstruct(Int32, String, Boolean, Boolean) Method

Unpacks the IR Command tuple.

Definition

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

Parameters

code  Int32
IR command code
name  String
String representation of command code.
buttonPressed  Boolean
Command button pressed state.
buttonReleased  Boolean
Command button released state.

See Also