Documentation
¶
Index ¶
- Variables
- type Client
- func (cli *Client) Close() error
- func (cli *Client) List(remote string, code ...string) (replies []string, err error)
- func (cli *Client) SendOnce(remote string, code ...string) (err error)
- func (cli *Client) SendStart(remote string, code string) (err error)
- func (cli *Client) SendStop(remote string, code string) (err error)
- func (cli *Client) Version() (version string, err error)
- type Reply
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidReplies because lircd replies invalid format data ErrInvalidReplies = errors.New("invalid replies") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.