Canboat ts-pgns
    Preparing search index...

    Interface PGN_126720_Seatalk1DeviceIdentificationInterface

    PGN: 126720

    Description: Seatalk1: Device Identification

    Match: Manufacturer Code == Raymarine
    Match: Industry Code == Marine Industry
    Match: Proprietary ID == Seatalk 1 Encoded
    Match: command == Seatalk1
    Match: Seatalk1 Command == Device Indentification

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

    Hierarchy

    • PGNInterface
      • PGN_126720_Seatalk1DeviceIdentificationInterface

    Implemented by

    Index

    Properties

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

    Methods