Apple Network Setup manual OTCfgRemoteAlternateAddress, OTCfgRemoteApplication

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 123
Image 123
OTCfgRemoteAlternateAddress

C H A P T E R 4

Network Setup Protocol Structures and Data Types

OTCfgRemoteServerPort (page 137) stores core configuration information for the personal server.

OTCfgRemoteTerminal (page 138) stores information used by the PPP terminal window.

OTCfgRemoteUserMode (page 139) stores the current user mode and the administration password for the control panel.

OTCfgRemoteX25 (page 140) stores X.25 connection information.

OTCfgRemoteAlternateAddress

The OTCfgRemoteAlternateAddress structure stores an alternate number to dial for outgoing ARA connections.

struct OTCfgRemoteAlternateAddress

{

UInt32

pad;

Str255

alternateAddress;

};

 

Field descriptions

 

pad

Must be zero.

alternateAddress A string containing the alternate number to dial.

The preference type for this preference is kOTCfgRemoteAlternateAddressPref, which is defined as 'cead'.

OTCfgRemoteApplication

The OTCfgRemoteApplication structure stores information for the Remote Access application (or OT/PPP).

struct OTCfgRemoteApplication

{

UInt32 version;

PointfWindowPosition;

Protocol Structures

123

Page 123
Image 123
Apple Network Setup manual OTCfgRemoteAlternateAddress, OTCfgRemoteApplication