Important: The information in this document is obsolete and should not be used for new development.
Address Block Record
The address block record is a data structure of typeAddrBlock
that defines a packed record that is used to contain an internet socket address. The names table entry record includes a field that takes a value of this record type.
AddrBlock = PACKED RECORD aNet: Integer; aNode: Byte; aSocket: Byte; END;
Field Description
aNet
- The network number.
aNode
- The node ID.
aSocket
- The socket number.