Canboat ts-pgns
    Preparing search index...

    Interface PGN_65374_SeatalkKeypadHeartbeatInterface

    PGN: 65374

    Description: SeaTalk: Keypad Heartbeat

    Match: Manufacturer Code == Raymarine
    Match: Industry Code == Marine Industry

    interface PGN_65374_SeatalkKeypadHeartbeatInterface {
        description?: string;
        dst: number;
        fields: PGN_65374_SeatalkKeypadHeartbeatFields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods