Apple Network Setup manual Modem Constants and Other Data Types, OTCfgRemoteNetAccessMode

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 170
Image 170
OTCfgRemoteNetAccessMode

C H A P T E R 4

Network Setup Protocol Structures and Data Types

kOTCfgNetProtoAT Allow AppleTalk connections (ATCP and ARAP).

kOTCfgNetProtoAny Allow IPCP and AppleTalk connections.

OTCfgRemoteNetAccessMode

The OTCfgRemoteNetAccessMode enumeration defines constants for the netAccessMode field of the OTCfgRemoteServerPort (page 137) structure:

typedef UInt8 OTCfgRemoteNetAccessMode; enum {

kOTCfgNetAccessModeUnrestricted = 0, kOTCfgNetAccessModeThisMacOnly

};

Constant descriptions

kOTCfgNetAccessModeUnrestricted

The connected client can see other entities on the server’s network.

kOTCfgNetAccessModeThisMacOnly

The connected client can only see entities on the server machine.

Modem Constants and Other Data Types

The following enumeration defines per-connection preference types for modem preferences:

enum {

 

 

kOTCfgModemGeneralPrefs

= 'ccl ',

kOTCfgModemLocksPref

=

'lkmd',

kOTCfgModemAdminPasswordPref

=

'mdpw',

};

 

 

170Protocol Constants and Other Data Types

Page 170
Image 170
Apple Network Setup manual Modem Constants and Other Data Types, OTCfgRemoteNetAccessMode