otUdpReceiver

#include <udp.h>

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.

mHandler

otUdpHandler otUdpReceiver::mHandler

A function pointer to the receiver callback.

mNext

struct otUdpReceiver * otUdpReceiver::mNext

A pointer to the next UDP receiver (internal use only).

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.