Rts Property

RTS (request-to-send) signal state.

Access

Read/Write

Syntax

Visual Basic
Rts As Boolean
Visual C++ (MFC)
BOOL get_Rts(); 
void put_Rts(BOOL value);   
Visual C++ (#import)
VARIANT_BOOL Rts;

Errors

The property may throw exception. Use GetLastError method to get the error code.