18#ifndef NANOSTACK_MACPHY_H_
19#define NANOSTACK_MACPHY_H_
21#include "NanostackPhy.h"
MAC PHY driver class for Nanostack.
NanostackMACPhy * nanostack_mac_phy() final
Provide access to the NanostackMACPhy.
virtual void set_mac_address(uint8_t *mac)=0
Set the mac address of this physical interface.
virtual void get_mac_address(uint8_t *mac)=0
Read the mac address of this physical interface.
PHY driver class for Nanostack.