Set entity preference types, Backward compatibility preference types, Global backward compatibility preference types – Apple Network Setup User Manual

Page 108

Advertising
background image

C H A P T E R 3

Network Setup Reference

108

Network Setup Constants

Set Entity Preference Types

3

The following enumeration defines preference types for set entities:

enum {

kOTCfgSetsStructPref= 'stru',

kOTCfgSetsVectorPref= 'vect',

};

Constant descriptions

kOTCfgSetsStructPref

Preference type for the

CfgSetsStruct

(page 101) structure.

kOTCfgSetsVectorPref

Preference type for the

CfgSetsVector

(page 103) structure.

Backward Compatibility Preference Types

3

The following enumeration defines per-connection backward compatibility
preference types:

enum

{

kOTCfgCompatNamePref = 'cnam',

kOTCfgCompatResourceNamePref = 'resn',

};

These preferences are used by the Network Setup backward compatibility
mechanism to ensure an accurate conversion between legacy preference files
and the Network Setup database.

Global Backward Compatibility Preference Types

3

The following enumeration defines global backward compatibility preference
types:

enum

{

kOTCfgCompatSelectedPref = 'ccfg',

kOTCfgCompatResourceIDPref = 'resi',

};

Advertising