10 _appLayer(_deviceObj, _secIfObj, *this),
14 _transLayer(_appLayer),
15 _netLayer(_deviceObj, _transLayer)
This is an implementation of the application layer as specified in .
void transportLayer(TransportLayer &layer)
Assigns the TransportLayer to which encoded APDU are submitted to.
BauSystemBCoupler(Platform &platform)
TransportLayer _transLayer
NetworkLayerCoupler _netLayer
void doMasterReset(EraseCode eraseCode, uint8_t channel) override
SecurityInterfaceObject _secIfObj
SecureApplicationLayer _appLayer
ApplicationLayer & applicationLayer() override
bool configured() override
virtual void doMasterReset(EraseCode eraseCode, uint8_t channel)
ApplicationProgramObject _appProgram
void addSaveRestore(SaveRestore *obj)
void masterReset(EraseCode eraseCode, uint8_t channel) override
LoadState loadState()
This method returns the LoadState of the interface object.
void networkLayer(NetworkLayer &layer)