pamoja for TypeScript - v0.1.18
    Preparing search index...

    Enumeration GatewayPacketKindConst

    Which kind of datagram this is.

    Index
    PullAck: "PullAck"

    The server acknowledging a PULL_DATA.

    PullData: "PullData"

    The gateway holding its route open.

    PullResp: "PullResp"

    The server sending a packet to transmit.

    PushAck: "PushAck"

    The server acknowledging a PUSH_DATA.

    PushData: "PushData"

    The gateway forwarding what it heard.

    TxAck: "TxAck"

    The gateway reporting what became of a PULL_RESP.