Table of Contents

Enum GatewayPacketKind

Namespace
Pamoja.Gateway
Assembly
Pamoja.Gateway.dll

Which kind of datagram.

public enum GatewayPacketKind : byte

Fields

PullAck = 4

The server acknowledging a PULL_DATA.

PullData = 2

The gateway holding its route open through any address translation.

PullResp = 3

The server sending a packet to transmit.

PushAck = 1

The server acknowledging a PUSH_DATA.

PushData = 0

The gateway forwarding what it heard.

TxAck = 5

The gateway reporting what became of a PULL_RESP.