Documentation
¶
Index ¶
Constants ¶
View Source
const Advertised = AdvertisedType(true)
View Source
const AdvertisedOptional = AdvertisedType(false)
View Source
const Primary = PrimaryType(true)
View Source
const Secondary = PrimaryType(false)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdvertisedType ¶
type AdvertisedType bool
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(config *Config) (*Controller, error)
func (*Controller) Start ¶
func (c *Controller) Start() error
func (*Controller) Stop ¶
func (c *Controller) Stop() error
type HandleRead ¶
type HandleWrite ¶
type PrimaryType ¶
type PrimaryType bool
type WifiScanListItem ¶
type WifiScanListItem struct {
Ssid string `json:"ssid"`
}
Click to show internal directories.
Click to hide internal directories.