byteblowerll.byteblower.CapturedFrame¶
-
class
byteblowerll.byteblower.CapturedFrame(inAbstractObject, inTimestamp, bytes)¶ A representation of a Captured Frame captured using a
CaptureRawPacket.Example
result = captureRaw.ResultGet() frame = result.FramesGetByIndex(0) print(frame.LengthGet())
-
__init__(inAbstractObject, inTimestamp, bytes)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
BufferGet()BytesGet()Gets the bytes in HEX format of this CapturedFrame. DescriptionGet(*args)Gets a textual description for the current object LengthGet()Gets the packet length of this CapturedFrame. ParentGet()Returns the parent object. Refresh()Retrieves the latest data from the server for this object. TimestampGet()Gets timestamp [NS] of this CapturedFrame. __init__(inAbstractObject, inTimestamp, bytes)Initialize self. Attributes
thisownThe membership flag -