Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 30 - AppleTalk Reference / AppleTalk Addressing Reference
Constants and Data Types


Address Format Constants

You use the following constants to identify each AppleTalk address structure.

enum {
   AF_ATALK_DDP      = 0x0100,   
   AF_ATALK_DDPNBP   = 0x0101,   
   AF_ATALK_NBP      = 0x0102,   
   AF_ATALK_MNODE    = 0x0103    
};
Field Description
AF_ATALK_DDP
DDP address type.
AF_ATALK_DDPNBP
DDPNBP address type.
AF_ATALK_NBP
NBP address type.
AF_ATALK_NNODE
Multinode address type.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998