hamlib

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(address string) *Client

func (*Client) Active added in v0.5.0

func (c *Client) Active() bool

func (*Client) Connect

func (c *Client) Connect() error

func (*Client) Disconnect added in v0.7.0

func (c *Client) Disconnect()

func (*Client) KeepOpen

func (c *Client) KeepOpen()

func (*Client) Notify added in v0.5.0

func (c *Client) Notify(listener interface{})

func (*Client) Refresh

func (c *Client) Refresh()

func (*Client) SetBand

func (c *Client) SetBand(band core.Band)

func (*Client) SetFrequency added in v0.4.0

func (c *Client) SetFrequency(f core.Frequency)

func (*Client) SetMode

func (c *Client) SetMode(mode core.Mode)

func (*Client) SetVFOController

func (c *Client) SetVFOController(controller VFOController)

type VFOController

type VFOController interface {
	SetFrequency(core.Frequency)
	SetBand(core.Band)
	SetMode(core.Mode)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL