Class NetworkLayerEntity
Defined in File network_layer_entity.h
Class Documentation
-
class NetworkLayerEntity
Public Functions
-
NetworkLayerEntity(NetworkLayer &netLayer, uint8_t entityIndex)
-
void dataLinkLayer(DataLinkLayer &layer)
-
DataLinkLayer &dataLinkLayer()
-
NetworkLayer &networkLayer()
-
uint8_t getEntityIndex()
-
void dataIndication(AckType ack, AddressType addType, uint16_t destination, FrameFormat format, NPDU &npdu, Priority priority, uint16_t source)
-
void dataConfirm(AckType ack, AddressType addressType, uint16_t destination, FrameFormat format, Priority priority, uint16_t source, NPDU &npdu, bool status)
-
void broadcastIndication(AckType ack, FrameFormat format, NPDU &npdu, Priority priority, uint16_t source)
-
void broadcastConfirm(AckType ack, FrameFormat format, Priority priority, uint16_t source, NPDU &npdu, bool status)
-
void systemBroadcastIndication(AckType ack, FrameFormat format, NPDU &npdu, Priority priority, uint16_t source)
-
void systemBroadcastConfirm(AckType ack, FrameFormat format, Priority priority, uint16_t source, NPDU &npdu, bool status)
-
NetworkLayerEntity(NetworkLayer &netLayer, uint8_t entityIndex)