Apple Network Setup manual OTCfgRemoteProtocol

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 167
Image 167
OTCfgRemoteProtocol

C H A P T E R 4

Network Setup Protocol Structures and Data Types

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

The OTCfgRemoteProtocol enumeration defines constant s for use in the serialProtocolMode field of the OTCfgRemoteConnect (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.

Protocol Constants and Other Data Types

167

Page 167
Image 167
Apple Network Setup manual OTCfgRemoteProtocol