jsax25
    Preparing search index...

    Interface TESTFrameConstructor

    Test Frame Constructor

    interface TESTFrameConstructor {
        commandOrResponse?: "command" | "response";
        destinationCallsign: string;
        destinationReservedBitOne?: boolean;
        destinationReservedBitTwo?: boolean;
        destinationSsid: number;
        payload?: any;
        repeaters?: Repeater[];
        sourceCallsign: string;
        sourceReservedBitOne?: boolean;
        sourceReservedBitTwo?: boolean;
        sourceSsid: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    commandOrResponse?: "command" | "response"
    destinationCallsign: string

    The destination station's amateur radio callsign. Valid callsigns are 1 to 6 characters (inclusive), all uppercase.

    destinationReservedBitOne?: boolean

    Reserved bit that may be used in an agreed-upon manner in individual networks.

    false
    
    destinationReservedBitTwo?: boolean

    Reserved bit that may be used in an agreed-upon manner in individual networks.

    false
    
    destinationSsid: number

    The destination station's SSID. Valid SSIDs are integers 0 to 15 (inclusive).

    payload?: any
    repeaters?: Repeater[]

    The repeaters/digipeaters that the frame is addressed to travel through.

    []
    
    sourceCallsign: string

    The sending station's amateur radio callsign. Valid callsigns are 1 to 6 characters (inclusive), all uppercase.

    sourceReservedBitOne?: boolean

    Reserved bit that may be used in an agreed-upon manner in individual networks.

    false
    
    sourceReservedBitTwo?: boolean

    Reserved bit that may be used in an agreed-upon manner in individual networks.

    false
    
    sourceSsid: number

    The sending station's SSID. Valid SSIDs are integers 0 to 15 (inclusive).