Enum GatewayPacketKind
Which kind of datagram.
public enum GatewayPacketKind : byte
Fields
PullAck = 4The server acknowledging a PULL_DATA.
PullData = 2The gateway holding its route open through any address translation.
PullResp = 3The server sending a packet to transmit.
PushAck = 1The server acknowledging a PUSH_DATA.
PushData = 0The gateway forwarding what it heard.
TxAck = 5The gateway reporting what became of a PULL_RESP.