byteblowerll.byteblower.NetworkInfoMonitor

class byteblowerll.byteblower.NetworkInfoMonitor(*args, **kwargs)

Monitor to collect the NetworkInfo over time

New in version 2.11.0.

Example

deviceInfo = self.wireless_endpoint.DeviceInfoGet()
networkInfo = deviceInfo.NetworkInfoMonitorAdd()
__init__(*args, **kwargs)

Methods

DescriptionGet(*args) Gets a textual description for the current object
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
ResultHistoryGet() Returns the result history of the network monitor
__init__(*args, **kwargs)