#include <network_layer_device.h>
|
| | NetworkLayerDevice (DeviceObject &deviceObj, TransportLayer &layer) |
| |
| NetworkLayerEntity & | getInterface () |
| |
| void | dataIndividualRequest (AckType ack, uint16_t destination, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataGroupRequest (AckType ack, uint16_t destination, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataBroadcastRequest (AckType ack, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataSystemBroadcastRequest (AckType ack, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| | NetworkLayer (DeviceObject &deviceObj, TransportLayer &layer) |
| |
| uint8_t | hopCount () const |
| |
| bool | isApciSystemBroadcast (APDU &apdu) |
| |
Definition at line 12 of file network_layer_device.h.
◆ NetworkLayerDevice()
◆ dataBroadcastRequest()
◆ dataGroupRequest()
◆ dataIndividualRequest()
◆ dataSystemBroadcastRequest()
◆ getInterface()
◆ NetworkLayerEntity
The documentation for this class was generated from the following files: