Public Attributes

udp_pcb Struct Reference

#include <udp.h>

List of all members.

Public Attributes

 IP_PCB
struct udp_pcbnext
u8_t flags
u16_t local_port
 ports are in host byte order
u16_t remote_port
udp_recv_fn recv
 receive callback function
void * recv_arg
 user-supplied argument for the recv callback

Member Data Documentation

ports are in host byte order

receive callback function

user-supplied argument for the recv callback


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines