Represents a UDP receiver.
Public Attributes#
struct otUdpReceiver *
A pointer to the next UDP receiver (internal use only).
A function pointer to the receiver callback.
void *
A pointer to application-specific context.
Public Attribute Documentation#
mNext#
struct otUdpReceiver* otUdpReceiver::mNext
A pointer to the next UDP receiver (internal use only).
Definition at line
67
of file include/openthread/udp.h
mHandler#
otUdpHandler otUdpReceiver::mHandler
A function pointer to the receiver callback.
Definition at line
68
of file include/openthread/udp.h
mContext#
void* otUdpReceiver::mContext
A pointer to application-specific context.
Definition at line
69
of file include/openthread/udp.h