DigitalUseIrCommandConverter Method

Registers a function to convert IR command codes to a string value.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
C#
public void UseIrCommandConverter(
	IrCommandConverter converter
)

Parameters

converter  IrCommandConverter
A function to convert IR command codes to a string value.

Exceptions

ArgumentNullExceptionconverter is null.

See Also