Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
mac_address_t Struct Reference

MAC address struct, with some useful functions. More...

#include <cs_MeshModelPackets.h>

Public Member Functions

void copyFrom (const void *macAddress)
 
bool operator== (const mac_address_t &other)
 

Public Attributes

uint8_t data [MAC_ADDRESS_LEN]
 

Detailed Description

MAC address struct, with some useful functions.

Member Function Documentation

◆ copyFrom()

void mac_address_t::copyFrom ( const void *  macAddress)
inline

◆ operator==()

bool mac_address_t::operator== ( const mac_address_t other)
inline

Member Data Documentation

◆ data

uint8_t mac_address_t::data[MAC_ADDRESS_LEN]

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