nRF5 SDK for Thread v0.9.0
Data Fields
otIcmp6Header Struct Reference

#include <types.h>

Data Fields

uint8_t mType
 Type.
 
uint8_t mCode
 Code.
 
uint16_t mChecksum
 Checksum.
 
union {
   uint8_t   m8 [4/sizeof(uint8_t)]
 
   uint16_t   m16 [4/sizeof(uint16_t)]
 
   uint32_t   m32 [4/sizeof(uint32_t)]
 
mData
 Message-specific data.
 

Detailed Description

This structure represents an ICMPv6 header.


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

Documentation feedback | Developer Zone | Subscribe | Updated