tci

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2021 License: MIT Imports: 10 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 NewClient

func NewClient(address string) (*Client, error)

func (*Client) Abort

func (c *Client) Abort()

func (*Client) Active

func (c *Client) Active() bool

func (*Client) Connect

func (c *Client) Connect() error

func (*Client) Disconnect

func (c *Client) Disconnect()

func (*Client) IsConnected

func (c *Client) IsConnected() bool

func (*Client) Notify

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

func (*Client) Refresh

func (c *Client) Refresh()

func (*Client) Send

func (c *Client) Send(text string)

func (*Client) SetBand

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

func (*Client) SetFrequency

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

func (*Client) SetMode

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

func (*Client) SetVFOController

func (c *Client) SetVFOController(controller VFOController)

func (*Client) Speed

func (c *Client) Speed(wpm int)

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