CHCPeerAddress (STRUCT)
TYPE CHCPeerAddress : STRUCT
- InOut:
Name
Type
Initial
Comment
dwStructSizeDWORDSIZEOF(THIS^)
addrType/ Determines whether the specified address is a relative OR an absolute address.
nAddrOffsetDINTOnly valid, if type==AT_RELATIVE. Contains the negative number of address components to move up in the node tree, before going down the path specified in pAddress. (e.g. “-1” to move up one level). This field specifies the initial value of AdrIndex in router package header.
nAddrLengthUDINTNumber of valid elements in array pointed to by pAddress
nAddrComponentCountUDINT(SIZEOF(addrComponents) / SIZEOF(addrComponents[0]))
For possible extensibility of further address components
addrComponentsARRAY [0..(MAX_NODE_ADDR_LEN - 1)] OF CHCAddressComponent