This file contains class which can be used to handling mesh packets.
More...
Go to the source code of this file.
|
| struct | MeshPacketHeader |
| | This structure contains informations about mesh packet, that are stored in it's header. More...
|
| |
| class | MeshPacket |
| | Class, that stores mesh packet with it's data. The size of this class can be slightly bigger then real packet size. Fields that increasing size are: More...
|
| |
This file contains class which can be used to handling mesh packets.
Credits
- Author
- Matej Fitoš
- Date
- Jan 4, 2022
- See also
- MeshPacket
-
MeshPacketHeader
◆ enum
◆ SPT_Connect
◆ SPT_DATA
◆ SPT_Disconnect
| typedef SPT_Disconnect = 7 |
◆ SPT_ERR_ACK
Error acknowledgement packet.
◆ SPT_ERROR
◆ SPT_NeighborScan
| typedef SPT_NeighborScan = 8 |
◆ SPT_NetScan
◆ SPT_PathDiscovery
| typedef SPT_PathDiscovery = 9 |
◆ SPT_Ping
◆ SPT_Reserved