UDP_STATE Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
UDP_STATE Enumeration
C
typedef enum {
  UDP_DNS_IS_RESOLVED,
  UDP_DNS_RESOLVE,
  UDP_GATEWAY_SEND_ARP,
  UDP_GATEWAY_GET_ARP,
  UDP_CLOSED,
  UDP_OPENED
} UDP_STATE;
Description

UDP States

Members
Members 
Description 
UDP_DNS_IS_RESOLVED 
Special state for UDP client mode sockets 
UDP_DNS_RESOLVE 
Special state for UDP client mode sockets 
UDP_GATEWAY_SEND_ARP 
Special state for UDP client mode sockets 
UDP_GATEWAY_GET_ARP 
Special state for UDP client mode sockets 
UDP_CLOSED 
Socket is idle and unallocated 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.