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