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 /
Chapter 12 - Multinode Architecture / Multinode Architecture Reference
Data Structures


The Address Block Record

The address block record defines a data structure of AddrBlock type. You use this record type for

TYPE AddrBlock = 
PACKED RECORD
   aNet:          Integer;    {network number}
   aNode:         Byte;       {node ID}
   aSocket:       Byte;       {socket number}
END; 
Field Description
aNet
The number of the desired network to which the multinode node that you are requesting or assigned belongs.
aNode
The node ID of the multinode that you request or that MPP assigns.
aSocket
The value of this field should always be 0.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996