Signal K
    Preparing search index...

    Interface Communication

    Communication data including Radio, Telephone, E-Mail, etc.

    interface Communication {
        callsignHf?: string;
        callsignVhf?: string;
        crewNames?: [] | [string];
        email?: string;
        emailHf?: string;
        phoneNumber?: string;
        satPhoneNumber?: string;
        skipperName?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    callsignHf?: string

    Callsign for HF communication

    callsignVhf?: string

    Callsign for VHF communication

    crewNames?: [] | [string]

    Array with the names of the crew

    email?: string

    Regular email for the skipper

    emailHf?: string

    Email address to be used for HF email (Winmail, Airmail, Sailmail)

    phoneNumber?: string

    Phone number of skipper

    satPhoneNumber?: string

    Satellite phone number for vessel.

    skipperName?: string

    Full name of the skipper of the vessel.