UDPIsOpened Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UDPIsOpened Function
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

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.