Apple Network Setup manual AppleTalk Constants and Other Data Types

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 172
Image 172
AppleTalk Constants and Other Data Types

C H A P T E R 4

Network Setup Protocol Structures and Data Types

kModemDialToneIgnore,

kModemDialToneManual

};

Constant descriptions

kModemDialToneNormalWait for dial tone.

kModemDialToneIgnoreDo not wait for dial tone.

kModemDialToneManualManual dialing.

AppleTalk Constants and Other Data Types

The following enumerations define masks for the kOTCfgProtocolOptionsPref preference when used in an AppleTalk entity:

enum {

 

 

kOTCfgATalkNoBadRouterUpNotification

= 1

<< 0,

kOTCfgATalkNoAllNodesTakenNotification

= 1

<< 1,

kOTCfgATalkNoFixedNodeTakenNotification

= 1

<< 2,

kOTCfgATalkNoInternetAvailableNotification

= 1

<< 3,

kOTCfgATalkNoCableRangeChangeNotification

= 1

<< 4,

kOTCfgATalkNoRouterDownNotification

= 1

<< 5,

kOTCfgATalkNoRouterUpNotification

= 1

<< 6,

kOTCfgATalkNoFixedNodeBadNotification

= 1

<< 7,

};

 

 

Each bit determines whether the AppleTalk protocol stack posts notifications for the corresponding network event.

Per-connection AppleTalk Preference Types

The following enumeration defines constants for per-connection AppleTalk preference types:

172Protocol Constants and Other Data Types

Page 172
Image 172
Apple Network Setup manual AppleTalk Constants and Other Data Types, Per-connection AppleTalk Preference Types