reticulum-js
    Preparing search index...

    Class MessageBase

    Base type for any message sent or received on a Channel.

    Subclasses MUST set a unique MSGTYPE (< 0xf000; values >= 0xf000 are system-reserved) and implement pack / unpack. The class must also be constructable with no arguments (used to validate registration and to instantiate on receive).

    Hierarchy (View Summary)

    Index
    MSGTYPE: number | null = null

    Unique identifier for this message class within a Channel. Must be < 0xf000.