#include <udp.h>
Data Fields | |
struct otUdpReceiver * | mNext |
A pointer to the next UDP receiver (internal use only). | |
otUdpHandler | mHandler |
A function pointer to the receiver callback. | |
void * | mContext |
A pointer to application-specific context. | |
This structure represents a UDP receiver.