Important: The information in this document is obsolete and should not be used for new development.
The AppleTalk Information Structure
You use the AppleTalk information structure to obtain information about the current AppleTalk environment for the node on which your application is running. The AppleTalk information structure is defined by theAppleTalkInfo
data type.
struct AppleTalkInfo { DDPAddress fOurAddress; DDPAddress fRouterAddress; UInt16 fCableRange[2]; UInt16 fFlags; };
Field Description
fOurAddress
- The network number and node ID of your node.
fRouterAddress
- The network number and node ID of the closest router on your network.
fCableRange
- A two-element array indicating the first and last network numbers for the current extended network to which the machine is connected. For nonextended networks, this returns the name of the zone.
Flags
- A set of flag bits that describe the network:
SEE ALSO
Use theOTATalkGetInfo
function to obtain theAppleTalkInfo
data.