18#ifndef NANOSTACK_RF_PHY_H_
19#define NANOSTACK_RF_PHY_H_
21#include "NanostackMACPhy.h"
MAC PHY driver class for Nanostack.
Radio PHY driver class for Nanostack.
int8_t phy_register() override
Register this physical interface with Nanostack.
static NanostackRfPhy & get_default_instance()
Return the default on-board NanostackRfPhy.
virtual void rf_unregister()=0
Unregister this physical interface.
virtual int8_t rf_register()=0
Register this physical interface with Nanostack.
virtual void unregister()
Unregister this physical interface.