Apple Network Setup Network Card User Manual


 
CHAPTER 4
Network Setup Protocol Structures and Data Types
166 Protocol Constants and Other Data Types
ARA Global Preference Types 4
The following enumeration defines global preference types for Apple Remote
Access (ARA)
enum {
kOTCfgRemoteServerLocksPref = 'slks',
kOTCfgRemoteServerPortPref = 'port',
kOTCfgRemoteServerPref = 'srvr',
kOTCfgRemoteApplicationPref = 'capt'
};
Constant descriptions
kOTCfgRemoteServerLocksPref
Defined but not used by ARA.
kOTCfgRemoteServerPortPref
The preference type for the OTCfgRemoteServerPort
(page 137) structure.
kOTCfgRemoteServerPref
The preference type for the OTCfgRemoteServer (page 136)
structure.
kOTCfgRemoteApplicationPref
The preference type for the OTCfgRemoteApplication
(page 123) structure.
OTCfgRemotePPPConnectScript 4
The OTCfgRemotePPPConnectScript enumeration defines constants for use in the
chatMode field of the OTCfgRemoteConnect (page 127) structure:
typedef UInt32 OTCfgRemotePPPConnectScript;
enum {
OTCfgRemotePPPConnectScriptNone = 0,
OTCfgRemotePPPConnectScriptTerminalWindow = 1,
OTCfgRemotePPPConnectScriptScript = 2
};