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) EntryAdded(entry core.BandmapEntry)
- func (c *Client) EntryRemoved(entry core.BandmapEntry)
- func (c *Client) EntryUpdated(entry core.BandmapEntry)
- func (c *Client) IsConnected() bool
- 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(frequency core.Frequency)
- func (c *Client) SetMode(mode core.Mode)
- func (c *Client) SetSendSpots(sendSpots bool)
- func (c *Client) SetXIT(active bool, offset core.Frequency)
- func (c *Client) Speed(wpm 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 ¶
func (c *Client) Disconnect()
func (*Client) EntryAdded ¶ added in v0.13.0
func (c *Client) EntryAdded(entry core.BandmapEntry)
func (*Client) EntryRemoved ¶ added in v0.13.0
func (c *Client) EntryRemoved(entry core.BandmapEntry)
func (*Client) EntryUpdated ¶ added in v0.13.0
func (c *Client) EntryUpdated(entry core.BandmapEntry)
func (*Client) IsConnected ¶
func (*Client) SetFrequency ¶
func (*Client) SetSendSpots ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.