Otcfgatalkgeneral – Apple Network Setup User Manual
Page 145

C H A P T E R 4
Network Setup Protocol Structures and Data Types
Protocol Structures
145
OTCfgATalkGeneral
4
The
OTCfgATalkGeneral
structure consists of structures for each AppleTalk
protocol.
struct OTCfgATalkGeneral
{
UInt16
fVersion;
UInt16
fNumPrefs;
OTPortRef
fPort;
void*
fLink;
void*
fPrefs[8];
OTCfgATalkGeneralAARP
aarpPrefs;
OTCfgATalkGeneralDDP
ddpPrefs;
OTCfgATalkGeneralNBP
nbpPrefs;
OTCfgATalkGeneralZIP
zipPrefs;
OTCfgATalkGeneralATP
atpPrefs;
OTCfgATalkGeneralADSP
adspPrefs;
OTCfgATalkGeneralPAP
papPrefs;
OTCfgATalkGeneralASP
aspPrefs;
};
Field descriptions
fVersion
Must be zero.
fNumPrefs
Must be zero.
OTPortRef
A reference to the port to which this configuration applies.
fLink
Must be null. This field is used during run time.
fPrefs
All elements must be initialized to null. This field is used
during run time.
aarpPrefs
An
(page 146) structure.
ddpPrefs
An
(page 151) structure.
nbpPrefs
An
(page 153) structure.
zipPrefs
An
(page 155) structure.
adspPrefs
An
(page 147) structure.
papPrefs
An
(page 154) structure.
aspPrefs
An
(page 149) structure.