Readonly
connectedReadonly
hamlibSubject for listening to Hamlib "RigState" messages.
Use HamlibService.rigState$ instead.
Readonly
hamlibWhether we're getting any messages from Hamlib.
Use HamlibService.connected$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "Clear" messages.
Use WsjtxService.clear$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "Close" messages.
Use WsjtxService.close$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "Decode" messages.
Use WsjtxService.decode$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "Heartbeat" messages.
Use WsjtxService.heartbeat$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "LoggedAdif" messages.
Use WsjtxService.loggedAdif$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "QsoLogged" messages.
Use WsjtxService.qsoLogged$ instead.
Readonly
wsjtxWhether we're getting any messages from WSJT-X.
Use WsjtxService.connected$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "Status" messages.
Use WsjtxService.status$ instead.
Readonly
wsjtxSubject for listening to WSJT-X "WsprDecode" messages.
Use WsjtxService.wsprDecode$ instead.
Send a command to WSJT-X to clear the Band Activity and Rx Frequency windows.
Use WsjtxService.clearAll instead.
Send a command to WSJT-X to clear the Band Activity window.
Use WsjtxService.clearBandActivity instead.
Send a command to WSJT-X to clear the Rx Frequency window.
Use WsjtxService.clearRxFreqWindow instead.
Send a command to WSJT-X to stop auto-transmitting after finishing the current round.
Use WsjtxService.haltTxAfterCurrent instead.
Send a command to WSJT-X to halt any transmissions immediately.
Use WsjtxService.haltTxNow instead.
Send a command to WSJT-X to reply to the given decode. The message must include CQ or QRZ.
Use WsjtxService.highlightCallsign instead.
Send a command to WSJT-X to replay messages. Useful for a fresh client that wants to hear previous WSJT-X decodes.
Use WsjtxService.replay instead.
Send a command to WSJT-X to reply to the given decode. The message must include CQ or QRZ.
Use WsjtxService.reply instead.
Static
formatGiven a decode message, format a string the same way as displayed in the WSJT-X Band Activity/Rx Frequency windows.
Use WsjtxService.formatDecode instead.
Whether we're connected to the agent.