ngx-kel-agent - v1.1.0
    Preparing search index...

    Interface WsjtxQsoLogged

    The QSO logged message is sent when the WSJT-X user accepts the "Log QSO" dialog by clicking the "OK" button.

    See WSJT-X source.

    interface WsjtxQsoLogged {
        comments: string;
        dateTimeOff: Date;
        dateTimeOn: Date;
        dxCall: string;
        dxGrid: string;
        exchangeReceived: string;
        exchangeSent: string;
        id: string;
        mode: string;
        myCall: string;
        myGrid: string;
        name: string;
        operatorCall: string;
        propagationMode: string;
        reportReceived: string;
        reportSent: string;
        txFrequency: number;
        txPower: string;
    }
    Index

    Properties

    comments: string
    dateTimeOff: Date
    dateTimeOn: Date
    dxCall: string

    remote station's callsign

    dxGrid: string

    remote station's Maidenhead grid

    exchangeReceived: string

    contest exchange received

    exchangeSent: string

    contest exchange sent

    id: string

    WSJT-X client name

    mode: string
    myCall: string

    local station's callsign

    myGrid: string

    local station's Maidenhead grid

    name: string

    remote station's operator's name

    operatorCall: string

    remote stations operator's callsign (if different from station)

    propagationMode: string

    Propagation mode using ADIF enumerations

    reportReceived: string

    signal report received

    reportSent: string

    signal report sent

    txFrequency: number

    frequency in hertz

    txPower: string

    power in watts