connection_address
Last updated March 2020
Name
connection_address — Returns the address data associated with a connection
Synopsis
#include "connection.h"
| address * **connection_address** ( | c); | |
Description
Returns the address data associated with a connection.
- c
-
A pointer to a
connectionstruct. For documentation of this data structure see “connection”.
This function either returns valid address data associated with connection data, or it returns NULL if there is no address associated with the connection.
It is only legal to call this function in the Scheduler thread.
Was this page helpful?