Data type
NetworkEndpoint
access this type via:
net.TCPSocket
(uses)
This data type represents a network endpoint.
Fields
char address[]
The host address of this network endpoint.
int port
The associated port number of this network endpoint.