0.01.00
otUdpSocket Struct Reference

This structure represents a UDP socket. More...

#include <include/openthread/udp.h>

Inheritance diagram for otUdpSocket:
ot::Ip6::UdpSocket

Public Attributes

otSockAddr mSockName
 The local IPv6 socket address.
 
otSockAddr mPeerName
 The peer IPv6 socket address.
 
otUdpReceive mHandler
 A function pointer to the application callback.
 
void * mContext
 A pointer to application-specific context.
 
void * mTransport
 A pointer to the transport object (internal use only).
 
struct otUdpSocketmNext
 A pointer to the next UDP socket (internal use only).
 

Detailed Description

This structure represents a UDP socket.


The documentation for this struct was generated from the following file: