Otcfgremoteclientmisc, Otcfgremoteconnect – Apple Network Setup User Manual
Page 127

C H A P T E R 4
Network Setup Protocol Structures and Data Types
Protocol Structures
127
The preference type for this preference is
OTCfgRemoteClientLocks
, which is
defined as
'clks'
.
OTCfgRemoteClientMisc
4
The
OTCfgRemoteClientMisc
structure stores automatic connection information.
struct OTCfgRemoteClientMisc
{
UInt32 version;
UInt32 connectAutomatically;
};
Field descriptions
version
Depending how the preference was constructed,
version
may be
kOTCfgRemoteDefaultVersion
or
kOTCfgRemoteAcceptedVersion
. When reading the
version
field, accept either value. When writing the
version
field,
set it to
kOTCfgRemoteDefaultVersion
.
connectAutomatically
Set to 1 to connect automatically when the first TCP/IP
application starts up. Set to zero to not connect
automatically.
The preference type for this preference is
kOTCfgRemoteClientMiscPref
, which is
defined as
'cmsc'
.
OTCfgRemoteConnect
4
The
OTCfgRemoteConnect
structure store core connection information for ARA
configurations.
struct OTCfgRemoteConnect {
UInt32
version;
UInt32
fType;
UInt32
isGuest;
UInt32
canInteract;