Apple Network Setup Network Card User Manual


 
CHAPTER 4
Network Setup Protocol Structures and Data Types
Protocol Structures 157
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 4
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;