Transmits a code.
Namespace:
PhidgetsAssembly: 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
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |