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) KeepOpen()
- func (c *Client) Notify(listener any)
- func (c *Client) Refresh()
- func (c *Client) Send(text string)
- func (c *Client) SetBand(band core.Band)
- func (c *Client) SetFrequency(f core.Frequency)
- func (c *Client) SetMode(mode core.Mode)
- func (c *Client) SetXIT(active bool, offset core.Frequency)
- func (c *Client) Speed(speed int)
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 ¶ added in v0.7.0
func (c *Client) Disconnect()
func (*Client) IsConnected ¶ added in v0.12.0
func (*Client) SetFrequency ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.