property ModemState : TApxModemState
TApxModemState = (
msUnknown, msIdle, msInitializing, msAutoAnswerBackground,
msAutoAnswerWait, msAnswerWait, msDialWait, msDialCycle,
msConnectWait, msConnected, msHangup, msCancel);
Default: msUnknown
The current state of the TApxModem component.
ModemState is used internally to track modem responses and controlling the state of the TApxModem component for configuration, dialing, and answering. This property is made public for possible use of status routines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See also: ModemStatusMsg, OnModemStatus