MeshNet
1.0.0
|
This file contains static classes that can decode system packets. More...
#include "meshPacket.h"
Go to the source code of this file.
Data Structures | |
class | ACKPD |
Static class, that groups static methods to decode ACK packet. More... | |
class | ERR_ACKPD |
Static class, that groups static methods to decode ERR_ACK packet. More... | |
class | NetScanRequestPD |
Static class, that groups static methods to decode network scan request packet. More... | |
class | NetScanRespPD |
Static class, that groups static methods to decode network scan response packet. More... | |
class | NetConRequestPD |
Static class, that groups static methods to decode network connection request packet. More... | |
class | NetConRespPD |
Static class, that groups static methods to decode network connection response packet. More... | |
class | RelNetConRequestPD |
Static class, that groups static methods to decode relayied network connection request packet. More... | |
class | RelNetConRespPD |
Static class, that groups static methods to decode relayied network connection response packet. More... | |
class | PathDiscPD |
Static class, that groups static methods to decode path discovery packet. More... | |
class | PathDiscRespPD |
Static class, that groups static methods to decode path discovery response packet. More... | |
class | DisconnectPD |
Static class, that groups static methods to decode node disconnect packet. More... | |
class | PingPD |
Static class, that groups static methods to decode ping packet. More... | |
Enumerations | |
enum | ERR_ACK_ErrorCode { EAET_None = 0, EAET_SamePacketReceived = 1, EAET_SameFrameReceived = 2, EAET_FrameSizeExceeded = 3, EAET_PacketSizeExceeded = 4, EAET_FrameOrderError = 5, EAET_AllocationError = 6, EAET_PacketResendNeeded = 7, EAET_InvalidPacket = 8 } |
enum | NetConRespRefuseReason { NCRRR_None = 0, NCRRR_Refused = 253, NCRRR_Full = 254, NCRRR_Error = 255 } |
enum | MeshNetDisconnectPacketType { MNDPT_Disconnecting = 1, MNDPT_DisconnectRequest = 2, MNDPT_NetworkDrop = 3 } |
This file contains static classes that can decode system packets.