OpenDOF Project
struct sockaddr* InetTransport_GetAddress ( const DOFAddress  addr)
read

Return the standard sockaddr structure represented by the DOFAddress.

Note
This returns a pointer to an internal copy of the sockaddr structure owned by the DOFAddress. It must not be used outside of the scope of the DOFAddress.
Parameters
addrThe address. This should not be NULL.
Returns
The standard sockaddr structure, or NULL if addr is NULL.
core-c-dof-inet-posix Version 2.0.2 Build 0
2017-04-26