Apple Network Setup Network Card User Manual


 
CHAPTER 3
Network Setup Reference
Network Setup Constants 105
kOTCfgClassSetOfSettings = 'otsc',
kOTCfgTypeSetOfSettings = 'otst',
};
Constant descriptions
kOTCfgClassNetworkConnection
The class code for network connection entities.
kOTCfgClassGlobalSettings
The class code global protocol entities.
kOTCfgClassServer The class code for server setting entities.
kOTCfgTypeGeneric The type code for non-specific entities.
kOTCfgTypeAppleTalkThe type code for AppleTalk entities.
kOTCfgTypeTCPv4 The type code for version 4 of the Transmission Control
Protocol/Internet Protocol (TCP/IP) entities.
kOTCfgTypeTCPv6 The type code for TCP/IP version 6 entities.
kOTCfgTypeRemote The type code for Apple Remote Access (ARA) entities.
kOTCfgTypeDial The type code for Dial Assist entities.
kOTCfgTypeModem The type code for Modem entities.
kOTCfgTypeInfrared The type code for Infrared entities.
kOTCfgClassOfSettingsThe class code for set entities.
kOTCfgSetOfSettingsThe type code for set entities.
kOTCfgTypeDNS The type code for Domain Name System (DNS) entities.
Wildcard Classes and Types 3
The following enumeration defines wildcard values for matching or not
matching entity classes and entity types:
enum {
kCfgClassAnyEntity = '****',
kCfgClassUnknownEntity = '????',
kCfgTypeAnyEntity = '****',
kCfgTypeUnknownEntity = '????'
};