Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinuxSystemProxy ¶ added in v1.4.3
type LinuxSystemProxy struct {
// contains filtered or unexported fields
}
func NewSystemProxy ¶ added in v1.4.3
func (*LinuxSystemProxy) Disable ¶ added in v1.4.3
func (p *LinuxSystemProxy) Disable() error
func (*LinuxSystemProxy) Enable ¶ added in v1.4.3
func (p *LinuxSystemProxy) Enable() error
func (*LinuxSystemProxy) IsEnabled ¶ added in v1.4.3
func (p *LinuxSystemProxy) IsEnabled() bool
type LinuxWIFIMonitor ¶
type LinuxWIFIMonitor struct {
// contains filtered or unexported fields
}
func (*LinuxWIFIMonitor) Close ¶
func (m *LinuxWIFIMonitor) Close() error
func (*LinuxWIFIMonitor) ReadWIFIState ¶
func (m *LinuxWIFIMonitor) ReadWIFIState() adapter.WIFIState
func (*LinuxWIFIMonitor) Start ¶
func (m *LinuxWIFIMonitor) Start() error
type SystemProxy ¶ added in v1.4.3
type WIFIMonitor ¶
func NewWIFIMonitor ¶
func NewWIFIMonitor(callback func(adapter.WIFIState)) (WIFIMonitor, error)
Click to show internal directories.
Click to hide internal directories.