Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HCIConfig ¶
type HCIConfig struct {
// contains filtered or unexported fields
}
HCIConfig an hciconfig command wrapper
func NewHCIConfig ¶
NewHCIConfig initialize a new HCIConfig
func (*HCIConfig) Down ¶
func (h *HCIConfig) Down() (*HCIConfigResult, error)
Down Turn down an HCI device
func (*HCIConfig) Status ¶
func (h *HCIConfig) Status() (*HCIConfigResult, error)
Status return status information for a hci device
type HCIConfigResult ¶
HCIConfigResult contains details for an adapter
func GetAdapter ¶
func GetAdapter(adapterID string) (*HCIConfigResult, error)
GetAdapter return an adapter
func GetAdapters ¶
func GetAdapters() ([]HCIConfigResult, error)
GetAdapters return the list of available adapters
Click to show internal directories.
Click to hide internal directories.