18#ifndef NANOSTACK_PPP_PHY_H_
19#define NANOSTACK_PPP_PHY_H_
21#include "NanostackPhy.h"
PPP PHY driver class for Nanostack.
NanostackPPPPhy * nanostack_ppp_phy() final
Provide access to the NanostackMACPhy.
virtual uint16_t get_mtu()=0
Read the mtu of this physical interface.
mbed::Callback< void(bool up)> link_state_change_cb_t
Link state callback function prototype.
virtual void get_iid64(uint8_t *iid64)=0
Read the iid64 address of this physical interface.
virtual void set_link_state_change_cb(link_state_change_cb_t cb)=0
Set link state callback of this physical interface.
PHY driver class for Nanostack.
Callback class based on template specialization.