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).


mHandler#

otUdpHandler otUdpReceiver::mHandler

A function pointer to the receiver callback.


mContext#

void* otUdpReceiver::mContext

A pointer to application-specific context.