package
0.2.6
Repository: https://github.com/ftl/rigproxy.git
Documentation: pkg.go.dev

# Functions

OnFrequency wraps the given callback function into the ResponseHandler interface and translates the generic response to a Frequency value.
OnModeAndPassband wraps the given callback function into the ResponseHandler interface and translates the generic response to mode and passband.
OnMorseSpeed wraps the given callback function into the ResponseHandler interface and translates the generic response to wpm.
OnPowerLevel wraps the given callback function into the ResponseHandler interface and translates the generic response to power level.
OnPowerStatus wraps the given callback function into the ResponseHandler interface and translates the generic response into a power status.
OnPTT wraps the given callback function into the ResponseHandler interface and translates the generic response to PTT state.
OnVFO wraps the given callback function into the ResponseHandler interface and translates the generic response to a VFO value.
Open a client connection to the rigctld server at the given address.
PollCommand creates a PollRequest from the given handler, command name and arguments.
PollCommandFunc creates a PollRequest from the given handler function, command name and arguments.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conn represents the Hamlib client connection to a rigctld server.
PollRequest contains a command with arguments that should be send perodically to a rigctld server.

# Interfaces

ResponseHandler is a callback to handle a response.

# Type aliases

Frequency in Hz.
Mode represents the mode of the connected radio.
PowerStatus represents the power status of the connected radio.
No description provided by the author
ResponseHandlerFunc wraps a function matching the Handle signature to implement the ResponseHandler interface.
VFO is the currently selected VFO.