NetworkAddressStruct

Returns the internet address information.

Syntax

  struct NetworkAddressStruct 
  { 
     byte   NetworkAddress[4]; 
     byte   NetworkNodeAddress[6]; 
     word   NetworkSocket (Hi-Lo) 
  };
  

Remarks

For an IP-only server, the 4-byte IP address is placed into the 4-byte NetworkAddress field of the NetworkAddressStruct, while the NetworkNodeAddress and NetworkSocket fields are left blank.