StoreAndForward_History: Message<"meshtastic.StoreAndForward.History"> & {
    historyMessages: number;
    lastRequest: number;
    window: number;
}

TODO: REPLACE

Type declaration

  • historyMessages: number

    Number of that will be sent to the client

    from field: uint32 history_messages = 1;

  • lastRequest: number

    Index in the packet history of the last message sent in a previous request to the server. Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.

    from field: uint32 last_request = 3;

  • window: number

    The window of messages that was used to filter the history client requested

    from field: uint32 window = 2;

from message meshtastic.StoreAndForward.History