Receive-side packet processor on a WirelessEndpoint that counts all incoming frames that match a filter. More...
Methods | |
| Description.Get | |
| Returns a textual description of the object. | |
| Duration.Get | |
| Returns the duration for which the trigger will be active. | |
| Duration.Set | |
| Sets the duration for which the trigger will be active. More... | |
| Filter.SourceAddress.Get | |
| Returns the source (source) address field of the packet filter. More... | |
| Filter.SourceAddress.Set | |
| Sets the source (source) address field of the packet filter. More... | |
| Filter.Udp.DestinationPort.Get | |
| Returns the destination (destination) port field of the packet filter. More... | |
| Filter.Udp.DestinationPort.Set | |
| Sets the destination (destination) port field of the packet filter. More... | |
| Filter.Udp.SourcePort.Get | |
| Returns the source (source) port field of the packet filter. More... | |
| Filter.Udp.SourcePort.Set | |
| Sets the source (source) port field of the packet filter. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Result.Clear | |
| Resets the counter values to zero and empties the Result.History. More... | |
| Result.Get | |
| Returns the current result counters. More... | |
| Result.History.Get | |
| Returns the current History counters. More... | |
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::Rx.Trigger.Basic.Add.
| Rx.Trigger.Basic.Mobile::Duration.Set |
| Rx.Trigger.Basic.Mobile::Filter.SourceAddress.Get |
| Rx.Trigger.Basic.Mobile::Filter.SourceAddress.Set |
| Rx.Trigger.Basic.Mobile::Filter.Udp.DestinationPort.Get |
| Rx.Trigger.Basic.Mobile::Filter.Udp.DestinationPort.Set |
| Rx.Trigger.Basic.Mobile::Filter.Udp.SourcePort.Get |
| Rx.Trigger.Basic.Mobile::Filter.Udp.SourcePort.Set |
| Rx.Trigger.Basic.Mobile::Result.Clear |
| Rx.Trigger.Basic.Mobile::Result.Get |
Returns the current result counters.
This method will return an object of Rx.Trigger.Basic.ResultSnapshot. It will contain all the current Cumulative counters. To update the counters, call Refresh on Rx.Trigger.Basic.ResultSnapshot
Returns:
<Rx.Trigger.Basic.ResultSnapshot object>
| Rx.Trigger.Basic.Mobile::Result.History.Get |
Returns the current History counters.
This method returns a Rx.Trigger.Basic.ResultHistory Object. This will contain the Cumulative and the Interval counters over time. Use this to create results over time.
Returns:
<Rx.Trigger.Basic.ResultHistory object>