byteblowerll.byteblower.TriggerBasicMobile

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

Receive-side packet processor on a WirelessEndpoint that counts all incoming frames that match a filter.

All triggers are started after calling WirelessEndpoint.Start() on the parent WirelessEndpoint object.

A basic trigger object can be created by calling WirelessEndpoint:RxTriggerBasicAdd()

New in version 2.6.0.

Example

from byteblowerll.byteblower import ByteBlower
server = ByteBlower.ServerAdd('byteblower-1.lab.byteblower.com')
# TODO
__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

DescriptionGet(*args) Gets a textual description for the current object
DurationGet() Returns the duration for which the trigger will be active.
DurationSet(inDuration) Sets the duration for which the trigger will be active.
FilterGet()
FilterSet(arg2)
FilterSourceAddressGet() Returns the source (source) address field of the packet filter.
FilterSourceAddressSet(inAddress) Sets the source (source) address field of the packet filter.
FilterUdpDestinationPortGet() Returns the destination (destination) port field of the packet filter.
FilterUdpDestinationPortSet(inPort) Sets the destination (destination) port field of the packet filter.
FilterUdpSourcePortGet() Returns the source (source) port field of the packet filter.
FilterUdpSourcePortSet(inPort) Sets the source (source) port field of the packet filter.
ParentGet() Returns the parent object.
Refresh() Retrieves the latest data from the server for this object.
ResultClear() Resets the counter values to zero and empties the ResultHistory.
ResultGet() Returns the current result counters.
ResultHistoryGet() Returns the current History counters.
__init__(*args, **kwargs) Initialize self.

Attributes

thisown The membership flag