Documentation ¶ Index ¶ type Client func New(address string) *Client func (c *Client) Connect() error func (c *Client) KeepOpen() func (c *Client) Refresh() func (c *Client) SetBand(band core.Band) func (c *Client) SetMode(mode core.Mode) func (c *Client) SetVFOController(controller VFOController) type VFOController 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) Connect ¶ func (c *Client) Connect() error func (*Client) KeepOpen ¶ func (c *Client) KeepOpen() func (*Client) Refresh ¶ func (c *Client) Refresh() func (*Client) SetBand ¶ func (c *Client) SetBand(band core.Band) func (*Client) SetMode ¶ func (c *Client) SetMode(mode core.Mode) func (*Client) SetVFOController ¶ func (c *Client) SetVFOController(controller VFOController) type VFOController ¶ type VFOController interface { SetBand(core.Band) SetMode(core.Mode) } Source Files ¶ View all Source files hamlib.go Click to show internal directories. Click to hide internal directories.