Transmits a repeat of a previously transmitted code.

Namespace:  Phidgets
Assembly:  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

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

See Also