SDK  23.9.2
For IoT System Software Development
Public Member Functions | Public Attributes | List of all members
IEEE802_15_4Address Class Reference

IEEE 802.15.4 address. More...

#include <IEEE802_15_4Frame.hpp>

Public Member Functions

 IEEE802_15_4Address (const uint8_t *eui, int32_t pan=-1)
 
 IEEE802_15_4Address (uint16_t shortId, int32_t pan=-1)
 
bool isBroadcast ()
 Broadcast 주소인지 여부 확인
 

Public Attributes

struct {
   uint8_t   len
 
   uint16_t   id
 
pan
 PAN ID.
 
union {
   uint16_t   s16
 
   uint8_t   s64 [8]
 
id
 

Detailed Description

IEEE 802.15.4 address.

Member Data Documentation

◆ id

uint16_t IEEE802_15_4Address::id

valid when len == 2

◆ len

uint8_t IEEE802_15_4Address::len

either 0 or 2

one of 0, 1, 2, or 8

◆ s16

uint16_t IEEE802_15_4Address::s16

valid when len == 2

◆ s64

uint8_t IEEE802_15_4Address::s64[8]

valid when len == 8


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