0.01.00
otMessageInfo Struct Reference

This structure represents the local and peer IPv6 socket addresses. More...

#include <include/openthread/types.h>

Inheritance diagram for otMessageInfo:
ot::Ip6::MessageInfo

Public Attributes

otIp6Address mSockAddr
 The local IPv6 address.
 
otIp6Address mPeerAddr
 The peer IPv6 address.
 
uint16_t mSockPort
 The local transport-layer port.
 
uint16_t mPeerPort
 The peer transport-layer port.
 
int8_t mInterfaceId
 An IPv6 interface identifier.
 
uint8_t mHopLimit
 The IPv6 Hop Limit.
 
const void * mLinkInfo
 A pointer to link-specific information. More...
 

Detailed Description

This structure represents the local and peer IPv6 socket addresses.

Member Data Documentation

§ mLinkInfo

const void* otMessageInfo::mLinkInfo

A pointer to link-specific information.

In case mInterfaceId is set to OT_NETIF_INTERFACE_ID_THREAD, mLinkInfo points to

See also
otThreadLinkInfo. This field is only valid for messages received from the Thread radio and is ignored on transmission.

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