byteblowerll.byteblower.ByteBlowerPortResultRxData¶
-
class
byteblowerll.byteblower.
ByteBlowerPortResultRxData
(*args, **kwargs)¶ ByteBlower port counter result set.
A ByteBlower port result data snapshot object can be created via a
ByteBlowerPortResultData
orByteBlowerPortResultSnapshot
Note
See What’s new in API v2 for more information.
Example
Receive all frames on “trunk-1-2” of some server, matching UDP source or destination port 67.
rx_result=port_result.RxAllGet()
-
__init__
(*args, **kwargs)¶
Methods
ByteCountGet
()Gets the current received bytes counter. ByteCountWithCRCGet
()Gets the current received bytes counter with the CRC. DescriptionGet
(*args)Gets a textual description for the current object FramesizeMaximumGet
()Gets the largest frame size received in this snapshot. FramesizeMinimumGet
()Gets the smallest frame size received in this snapshot. IntervalDurationGet
()PacketCountGet
()Gets the received packet count. ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. TimestampFirstGet
()Gets the timestamp [NS] of the first packet in this snapshot. TimestampGet
()Gets the snapshot timestamp [NS]. TimestampLastGet
()Gets the current timestamp [NS] of the last packet in this snapshot. __init__
(*args, **kwargs)-