Wildcard classes and types – Apple Network Setup User Manual

Page 105

Advertising
background image

C H A P T E R 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.

kOTCfgTypeAppleTalk

The 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.

kOTCfgClassOfSettings

The class code for set entities.

kOTCfgSetOfSettings

The 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

= '????'

};

Advertising