Transmits a repeat of a previously transmitted code.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public void transmitRepeat() |
Visual Basic (Declaration) |
---|
Public Sub transmitRepeat |
Visual C++ |
---|
public: void transmitRepeat() |
Remarks
This must be called within the gap period after transmitting the original code. This is required for codes that use
seperate sequences for the code and the repeat identifier.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |