Returns the internet address information.
struct NetworkAddressStruct
{
byte NetworkAddress[4];
byte NetworkNodeAddress[6];
word NetworkSocket (Hi-Lo)
};
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.