Otcfgremoteprotocol, Possible values, see the – Apple Network Setup User Manual
Page 167

C H A P T E R 4
Network Setup Protocol Structures and Data Types
Protocol Constants and Other Data Types
167
Constant descriptions
OTCfgRemotePPPConnectScriptNone
No connect script is configured.
OTCfgRemotePPPConnectScriptTerminalWindow
A terminal window is used to make the connection.
OTCfgRemotePPPConnectScriptScript
A chat script is used to make the connection.
OTCfgRemoteProtocol
4
The
OTCfgRemoteProtocol
enumeration defines constant s for use in the
serialProtocolMode
(page 127) structure:
typedef UInt32 OTCfgRemoteProtocol;
enum {
kRemoteProtocolPPP = 1,
kRemoteProtocolARAP = 2,
kRemoteProtocolAuto = 3
};
Constant descriptions
kRemoteProtocolPPP
The protocol is PPP only.
kRemoteProtocolARAP
The protocol is ARAP only.
kRemoteProtocolAuto
Auto-detect PPP or ARAP (not supported in ARA 3.5 and
later).
AppleTalk Remote Access Protocol (ARAP), an Apple Computer proprietary
dialup AppleTalk protocol, was developed before the AppleTalk Control
Protocol (ATCP, an implementation of AppleTalk over PPP) and is now
deprecated.