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

    Variable PacketKindConst

    PacketKind: {
        PullAck: GatewayPacketKind;
        PullData: GatewayPacketKind;
        PullResp: GatewayPacketKind;
        PushAck: GatewayPacketKind;
        PushData: GatewayPacketKind;
        TxAck: GatewayPacketKind;
    } = ...

    Which kind of datagram.

    Provided as a runtime object plus a matching string-union type, so it works as both a value (PacketKind.PushData) and a type annotation.

    Type Declaration