Apple Network Setup OTCfgATalkNetworkArchitecture, Constant descriptions kOTCfgATalkPortLockMask

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 157
Image 157
Constant descriptions kOTCfgATalkPortLockMask

C H A P T E R 4

Network Setup Protocol Structures and Data Types

The following enumeration defines mask values for the fLocks field:

enum {

 

 

kOTCfgATalkPortLockMask

=

0x01,

kOTCfgATalkZoneLockMask

=

0x02,

kOTCfgATalkAddressLockMask

=

0x04,

kOTCfgATalkConnectionLockMask=

0x08,

kOTCfgATalkSharingLockMask

=

0x10

};

 

 

Constant descriptions kOTCfgATalkPortLockMask

The bit set by this mask indicates that the port used by

AppleTalk is locked.

kOTCfgATalkZoneLockMask

The bit set by this mask indicates that the AppleTalk zone is locked.

kOTCfgATalkAddressLockMask

The bit set by this mask indicates that the AppleTalk address is locked.

kOTCfgATalkConnectionLockMask

The bit set by this mask indicates that the AppleTalk

Connection pop-up menu is locked.

kOTCfgATalkSharingLockMask

Reserved.

The preference type for the OTCfgATalkLocks structure is kOTCfgATalkLocksPref, which is defined as 'lcks'.

OTCfgATalkNetworkArchitecture

The OTCfgATalkNetworkArchitecture structure was used by the Network Software Selector in System 7.5.3 through 7.5.5. Despite its name and location, this preference controlled both AppleTalk and TCP/IP services.

struct OTCfgATalkNetworkArchitecture

{

UInt32 fVersion;

Protocol Structures

157

Page 157
Image 157
Apple Network Setup manual OTCfgATalkNetworkArchitecture, Constant descriptions kOTCfgATalkPortLockMask