byteblowerll.byteblower.NetworkInfoMonitorResultData¶
-
class
byteblowerll.byteblower.
NetworkInfoMonitorResultData
(*args, **kwargs)¶ Result snapshot for the network information.
New in version 2.11.0.
Example
deviceInfo = self.wireless_endpoint.DeviceInfoGet() monitor = deviceInfo.NetworkInfoMonitorAdd() history = monitor.ResultHistoryGet() for item in history.IntervalGet(): print(item.DescriptionGet())
-
__init__
(*args, **kwargs)¶
Methods
DescriptionGet
(*args)Gets a textual description for the current object InterfaceGet
()Returns a list of network interfaces available on the device IntervalDurationGet
()Duration in nanoseconds of the interval ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. TimestampGet
()Time in nanoseconds when the data was retrieved __init__
(*args, **kwargs)-