byteblowerll.byteblower.NetworkInfo¶
- 
class byteblowerll.byteblower.NetworkInfo(*args, **kwargs)¶
- Network information of the wireless endpoint. - Contains all usefull network information of a wireless endpoint - New in version 2.6.0. - Example - from byteblowerll.byteblower import ByteBlower meetingpoint = ByteBlower.MeetingPointAdd('byteblower-1.lab.byteblower.com') wirelessendpoint = meetingpoint.DeviceGet('5D96F1C6-AAF3-43E3-9816-5DFAC1D2E812') deviceInfo = wirelessendpoint.DeviceInfoGet() networkInfo = deviceInfo.NetworkInfoGet() - 
__init__(*args, **kwargs)¶
- Initialize self. See help(type(self)) for accurate signature. 
 - Methods - BSSIDGet()- Returns the BSSID - DescriptionGet(*args)- Gets a textual description for the current object - IPv4Get()- Returns a list of IPv4 addresses. - IPv6GlobalGet()- Returns a list of IPv6 global addresses. - IPv6LinkLocalGet()- Returns a list of IPv6 linklocal addresses. - InterfaceGet()- Returns a list of NetworkInterfaces - ParentGet()- Returns the parent object. - Refresh()- Retrieves the latest data from the server for this object. - SSIDGet()- Returns the SSID - __init__(*args, **kwargs)- Initialize self. - Attributes - thisown- The membership flag 
-