NetBurner 3.1
The current state of the PPP connection

Enumerations

enum  enum_PPPState {
  eClosed, eInitializingModem, eDialing, eWait4Ring,
  eAnswering, eWaitForTrain, eLCPNegotiate, ePAPAuthenticate,
  eCHAPAuthenticate, eNCPNegotiate, eOpen, eClosing
}
 

Detailed Description

Enumeration Type Documentation

◆ enum_PPPState

Enumerator
eClosed 

Connection closed.

eInitializingModem 

Initializing modem.

eDialing 

Dialing.

eWait4Ring 

Waiting for ring indicator.

eAnswering 

Answering incomming connection.

eWaitForTrain 

Waiting for train.

eLCPNegotiate 

LCP negotiation.

ePAPAuthenticate 

PAP authentication.

eCHAPAuthenticate 

CHAP authentication.

eNCPNegotiate 

NCP negotiation.

eOpen 

Connection open.

eClosing 

Connection closing.