C
BOOL UDPIsOpened( UDP_SOCKET socket );
Description
This function determines if a socket has an established connection to a remote node . Call this function after calling UDPOpen to determine when the connection is set up and ready for use.
Preconditions
UDP is initialized.
Parameters
Parameters |
Description |
The socket to check. |
Return Values
Return Values |
Description |
TRUE |
The socket has been opened and ARP has been resolved. |
FALSE |
The socket is not currently connected. |
Remarks
None