Documentation
¶
Index ¶
- type Client
- func (c *Client) Abort()
- func (c *Client) Active() bool
- func (c *Client) Connect() error
- func (c *Client) Disconnect()
- func (c *Client) IsConnected() bool
- func (c *Client) Notify(listener interface{})
- func (c *Client) Refresh()
- func (c *Client) Send(text string)
- func (c *Client) SetBand(band core.Band)
- func (c *Client) SetFrequency(frequency core.Frequency)
- func (c *Client) SetMode(mode core.Mode)
- func (c *Client) SetVFOController(controller VFOController)
- func (c *Client) Speed(wpm int)
- 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 (*Client) Disconnect ¶
func (c *Client) Disconnect()
func (*Client) IsConnected ¶
func (*Client) SetFrequency ¶
func (*Client) SetVFOController ¶
func (c *Client) SetVFOController(controller VFOController)
Click to show internal directories.
Click to hide internal directories.