|
Mac OS 9
|
#include <NetworkSetup.h>
Data Fields | |
| UInt16 | fCount |
| UInt8 | fConfigMethod |
| UInt8 | fIPAddress [4] |
| UInt8 | fSubnetMask [4] |
| UInt8 | fAppleTalkZone [256] |
| UInt8 | part [72] |
This structure also contains an IP address and subnet mask that are not aligned on a four byte boundary. In order to avoid compiler warnings, and the possibility of code that won't work, these fields are defined here as four character arrays. It is suggested that BlockMoveData be used to copy to and from a field of type InetHost.