PHY driver class for Nanostack. More...
#include <NanostackPhy.h>
 
  
 | Public Member Functions | |
| virtual int8_t | phy_register ()=0 | 
| Register this physical interface with Nanostack.  More... | |
| virtual NanostackMACPhy * | nanostack_mac_phy () | 
| Return pointer to a NanostackMACPhy.  More... | |
| virtual NanostackPPPPhy * | nanostack_ppp_phy () | 
| Return pointer to a NanostackPPPPhy.  More... | |
PHY driver class for Nanostack.
Definition at line 25 of file NanostackPhy.h.
| 
 | virtual | 
Return pointer to a NanostackMACPhy.
Reimplemented in NanostackMACPhy.
Definition at line 40 of file NanostackPhy.h.
| 
 | virtual | 
Return pointer to a NanostackPPPPhy.
Reimplemented in NanostackPPPPhy.
Definition at line 50 of file NanostackPhy.h.
| 
 | pure virtual | 
Register this physical interface with Nanostack.
Implemented in NanostackRfPhy.