Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevicesInfo ¶
type DevicesInfo struct {
XMLName xml.Name `xml:"ajax_response_xml_root"`
Text string `xml:",chardata"`
WlanID struct {
Text string `xml:",chardata"`
Instance []struct {
Text string `xml:",chardata"`
ParaName []string `xml:"ParaName"`
ParaValue []string `xml:"ParaValue"`
} `xml:"Instance"`
} `xml:"OBJ_WLAN_AD_ID"`
LanID struct {
Text string `xml:",chardata"`
Instance []struct {
Text string `xml:",chardata"`
ParaName []string `xml:"ParaName"`
ParaValue []string `xml:"ParaValue"`
} `xml:"Instance"`
} `xml:"OBJ_WLANAP_ID"`
}
type Scanner ¶
func (Scanner) GetDevices ¶
func (Scanner) GetDevicesAlive ¶
GetDevices with ping scan
func (Scanner) GetDevicesAliveForce ¶
Force Login, GetDevices and Ping Scan them
func (Scanner) GetDevicesForce ¶
Force Login and GetDevices
Click to show internal directories.
Click to hide internal directories.

