#include <network_layer_entity.h>
|
| | NetworkLayerEntity (NetworkLayer &netLayer, uint8_t entityIndex) |
| |
| void | dataLinkLayer (DataLinkLayer &layer) |
| |
| DataLinkLayer & | dataLinkLayer () |
| |
| NetworkLayer & | networkLayer () |
| |
| DptMedium | mediumType () const |
| |
| 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) |
| |
Definition at line 10 of file network_layer_entity.h.
◆ NetworkLayerEntity()
| NetworkLayerEntity::NetworkLayerEntity |
( |
NetworkLayer & |
netLayer, |
|
|
uint8_t |
entityIndex |
|
) |
| |
◆ broadcastConfirm()
◆ broadcastIndication()
◆ dataConfirm()
◆ dataIndication()
◆ dataLinkLayer() [1/2]
◆ dataLinkLayer() [2/2]
◆ getEntityIndex()
| uint8_t NetworkLayerEntity::getEntityIndex |
( |
| ) |
|
◆ mediumType()
| DptMedium NetworkLayerEntity::mediumType |
( |
| ) |
const |
◆ networkLayer()
◆ systemBroadcastConfirm()
◆ systemBroadcastIndication()
◆ NetworkLayerCoupler
◆ NetworkLayerDevice
The documentation for this class was generated from the following files: