nRF5 SDK for Thread and Zigbee v3.1.0
Data Fields
otMessageInfo Struct Reference

#include <ip6.h>

Data Fields

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
 The IPv6 interface identifier.
 
uint8_t mHopLimit
 The IPv6 hop limit.
 
const void * mLinkInfo
 

Detailed Description

This structure represents the local and peer IPv6 socket addresses.

Field Documentation

const void* otMessageInfo::mLinkInfo

A pointer to link-specific information. In case mInterfaceId is set to OT_NETIF_INTERFACE_ID_THREAD, mLinkInfo points to 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:

Documentation feedback | Developer Zone | Subscribe | Updated