Canboat ts-pgns
    Preparing search index...

    Interface PGN_126720_Seatalk1PilotModeInterface

    PGN: 126720

    Description: Seatalk1: Pilot Mode

    Match: Manufacturer Code == Raymarine
    Match: Industry Code == Marine Industry
    Match: Proprietary ID == Seatalk 1 Encoded
    Match: command == Seatalk1
    Match: Seatalk1 Command == Compass heading Autopilot course and Rudder position

    interface PGN_126720_Seatalk1PilotModeInterface {
        description?: string;
        dst: number;
        fields: PGN_126720_Seatalk1PilotModeFields;
        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