MAC PHY driver class for Nanostack. More...
#include <NanostackMACPhy.h>
 
  
 | Public Member Functions | |
| virtual void | get_mac_address (uint8_t *mac)=0 | 
| Read the mac address of this physical interface.  More... | |
| virtual void | set_mac_address (uint8_t *mac)=0 | 
| Set the mac address of this physical interface.  More... | |
| NanostackMACPhy * | nanostack_mac_phy () final | 
| Provide access to the NanostackMACPhy.  More... | |
| virtual int8_t | phy_register ()=0 | 
| Register this physical interface with Nanostack.  More... | |
| virtual NanostackPPPPhy * | nanostack_ppp_phy () | 
| Return pointer to a NanostackPPPPhy.  More... | |
MAC PHY driver class for Nanostack.
Definition at line 24 of file NanostackMACPhy.h.
| 
 | pure virtual | 
Read the mac address of this physical interface.
Note - some devices do not have a mac address in hardware.
| mac | mac address | 
| 
 | finalvirtual | 
Provide access to the NanostackMACPhy.
Reimplemented from NanostackPhy.
Definition at line 45 of file NanostackMACPhy.h.
| 
 | virtualinherited | 
Return pointer to a NanostackPPPPhy.
Reimplemented in NanostackPPPPhy.
Definition at line 50 of file NanostackPhy.h.
| 
 | pure virtualinherited | 
Register this physical interface with Nanostack.
Implemented in NanostackRfPhy.
| 
 | pure virtual | 
Set the mac address of this physical interface.
| mac | mac address |