Canboat ts-pgns
    Preparing search index...

    Interface PGN_65410_AirmarDeviceInformationInterface

    PGN: 65410

    Description: Airmar: Device Information

    Match: Manufacturer Code == Airmar
    Match: Industry Code == Marine Industry

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