moons-ta-client
    Preparing search index...

    Interface Acknowledgement

    ---- Backbone ---- //

    from protobuf message proto.packets.Acknowledgement

    interface Acknowledgement {
        packetId: string;
        type: MessageReceived;
    }
    Index

    Properties

    Properties

    packetId: string

    from protobuf field: string packet_id = 1;

    from protobuf field: proto.packets.Acknowledgement.AcknowledgementType type = 2;