Refreshable object containing the out-of-sequence results. More...
Methods | |
| BiggestSequenceNumberGap.Get | |
| Gets the largest burst of consecutive missing packets for this snapshot. More... | |
| ByteCount.Get | |
| Gets the current received bytes counter. More... | |
| Description.Get | |
| Returns a textual description of the object. | |
| Framesize.Max.Get | |
| Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
| Framesize.Maximum.Get | |
| Gets the size (in bytes) of the largest frame received in this snapshot. More... | |
| Framesize.Min.Get | |
| Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
| Framesize.Minimum.Get | |
| Gets the size (in bytes) of the smallest frame received in this snapshot. More... | |
| Interval.Duration.Get | |
| Gets the configured duration of this results snapshot [NS]. More... | |
| PacketCount.Get | |
| Gets the received packet count. More... | |
| PacketCount.Invalid.Get | |
| Gets the received packet count for the invalid/corrupted packets. More... | |
| PacketCount.Missing.Get | |
| Gets the number of missing packets (missing/skipped sequence numbers) in this snapshot. More... | |
| PacketCount.OutOfSequence.Get | |
| Gets the received packet count which were out of sequence. More... | |
| PacketCount.Valid.Get | |
| Gets the received packet count for packets which were not corrupted. More... | |
| Parent.Get | |
| Returns the parent object. | |
| Refresh.Timestamp.Get | |
| Returns the timestamp when the counters of this object where last refreshed. More... | |
| Refresh | |
| Refresh the results, get the new counters. More... | |
| Timestamp.First.Get | |
| Gets the timestamp [NS] of the first packet in this snapshot. More... | |
| Timestamp.Get | |
| Gets the snapshot timestamp [NS]. More... | |
| Timestamp.Last.Get | |
| Gets the current timestamp [NS] of the last packet in this snapshot. More... | |
Refreshable object containing the out-of-sequence results.
| Rx.OutOfSequence.Basic.ResultSnapshot::BiggestSequenceNumberGap.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::ByteCount.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::Framesize.Max.Get |
Gets the size (in bytes) of the largest frame received in this snapshot.
This example gets the largest frame size received in this snapshot.
Returns:
100
| Rx.OutOfSequence.Basic.ResultSnapshot::Framesize.Maximum.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::Framesize.Min.Get |
Gets the size (in bytes) of the smallest frame received in this snapshot.
This example gets the smallest frame size received in this snapshot.
Returns:
100
| Rx.OutOfSequence.Basic.ResultSnapshot::Framesize.Minimum.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::Interval.Duration.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::PacketCount.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::PacketCount.Invalid.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::PacketCount.Missing.Get |
Gets the number of missing packets (missing/skipped sequence numbers) in this snapshot.
This can be used as an indicator of packet loss.
This example gets the missing packet counter
Returns:
10
| Rx.OutOfSequence.Basic.ResultSnapshot::PacketCount.OutOfSequence.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::PacketCount.Valid.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::Refresh |
| Rx.OutOfSequence.Basic.ResultSnapshot::Refresh.Timestamp.Get |
Returns the timestamp when the counters of this object where last refreshed.
Returns:
1432805398000000000
| Rx.OutOfSequence.Basic.ResultSnapshot::Timestamp.First.Get |
Gets the timestamp [NS] of the first packet in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the first received packet in this snapshot
Returns:
1413475037767331530
| Rx.OutOfSequence.Basic.ResultSnapshot::Timestamp.Get |
| Rx.OutOfSequence.Basic.ResultSnapshot::Timestamp.Last.Get |
Gets the current timestamp [NS] of the last packet in this snapshot.
| CounterUnavailable | When no frames are received, this counter is unavailable |
This example gets the timestamp [NS] of the last received packet in this snapshot
Returns:
1413475071947640170