ais-nmea-decoder
    Preparing search index...

    Type Alias AisPendingMessage

    type AisPendingMessage = {
        channel: string;
        status: "pending";
    }
    Index

    Properties

    Properties

    channel: string

    VHF channel (A or B)

    status: "pending"