TwclModemStatus Enumeration

The state of the modem control-register value.

Namespace: wclSerialClients
type
 TwclModemStatus = (
 msCtsOn,
 msDsrOn,
 msRingOn,
 msRlsdOn
 );

The TwclModemStatus type exposes the following members.

Show:
 NameDescription
msCtsOn

The CTS (clear-to-send) signal is on.

msDsrOn

The DSR (data-set-ready) signal is on.

msRingOn

The ring indicator signal is on.

msRlsdOn

The RLSD (receive-line-signal-detect) signal is on.

Top