C
Description
Stores information about a current UDP socket
Members
|
Members |
Description |
|
NODE_INFO remoteNode; |
10 bytes for MAC and IP address |
|
DWORD remoteHost; |
RAM or ROM pointer to a hostname string (ex: "www.microchip.com") |
|
UDP_PORT remotePort; |
Remote node's UDP port number |
|
UDP_PORT localPort; |
Local UDP port number, or INVALID_UDP_PORT when free |
|
UDP_STATE smState; |
State of this socket |
|
unsigned char bRemoteHostIsROM : 1; |
Remote host is stored in ROM |