Transmits a code.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public void transmit(
	IRCode code,
	IRCodeInfo codeInfo
)
Visual Basic (Declaration)
Public Sub transmit ( _
	code As IRCode, _
	codeInfo As IRCodeInfo _
)
Visual C++
public:
void transmit(
	IRCode^ code, 
	IRCodeInfo^ codeInfo
)

Parameters

code
Type: Phidgets..::.IRCode
The code to transmit.
codeInfo
Type: Phidgets..::.IRCodeInfo
Code encoding information.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also