nRF5 SDK for Thread v0.11.0
Data Fields
otMessageInfo Struct Reference

#include <types.h>

Data Fields

otIp6Address mSockAddr
 
otIp6Address mPeerAddr
 
uint16_t mSockPort
 
uint16_t mPeerPort
 
int8_t mInterfaceId
 
uint8_t mHopLimit
 
const void * mLinkInfo
 

Detailed Description

This structure represents the local and peer IPv6 socket addresses.

Field Documentation

uint8_t otMessageInfo::mHopLimit

The IPv6 Hop Limit.

int8_t otMessageInfo::mInterfaceId

An IPv6 interface identifier.

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.
otIp6Address otMessageInfo::mPeerAddr

The peer IPv6 address.

uint16_t otMessageInfo::mPeerPort

The peer transport-layer port.

otIp6Address otMessageInfo::mSockAddr

The local IPv6 address.

uint16_t otMessageInfo::mSockPort

The local transport-layer port.


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

Documentation feedback | Developer Zone | Subscribe | Updated