Location:
connectprog.h
Link against: n/a
TNetDialProgress
Supported from 5.0
Defines the stages in establishing a connection with dial-up networking.
The stages which may be reported depend on the type of connection
being made. Stage information is usually read from a
TNifProgress::iStage
member.
Although NetDial has been deprecated from v6.1 onwards, this
enumeration is still used by the new
RGenericAgent
API.
For a Dial Up Connection (outgoing call), the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.
EStartingSelection
EFinishedSelection
EStartingDialling
EFinishedDialling
EScanningScript
EScannedScript
EGettingLoginInfo
EGotLoginInfo
EStartingLogIn
EFinishedLogIn
EConnectionOpen
EStartingHangUp
EFinishedHangUp
For a Dial In Connection (incoming call), the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.
EStartingAnswer
EAnswered
EConnectionOpen
EStartingHangUp
EFinishedHangUp
For a Direct Connection, the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.
EStartingSelection
EFinishedSelection
EScanningScript
EScannedScript
EStartingConnect
EFinishedConnect
EConnectionOpen
EStartingHangUp
EFinishedHangUp
|