The OnRTS event occurs when other application changes the RTS (ready-to-send) signal state.
| OnRTS( | ||
| BOOL On | // Pointer to RTS signal state | |
| ); | ||
Parameters
On [in] Determines the state of RTS signal. This parameter can be any of the following values:
| Value | Meaning |
| TRUE | RTS signal is set |
| FALSE | RTS signal is cleared |
See also