Click or drag to resize

CommonFrameHeader Properties

The CommonFrameHeader type exposes the following members.

Properties
  Name Description
Public property BinaryImage Gets the binary image of the common header portion of this frame.
Public property DataLength Gets or sets the length of the data in the IEEE 1344 frame (i.e., the FrameLength minus the header length and checksum: FrameLength - 8).
Public property FrameCount Gets or sets the total frame count.
Public property FrameImages Gets or sets reference to a FrameImageCollector associated the IEEE 1344 frame, if any.
Public property FrameLength Gets or sets the entire length of the IEEE 1344 frame.
Public property FrameType Gets the fundamental frame type of this frame.
Public property IsFirstFrame Gets or sets flag from that determines if this is the first frame image in a series of images representing an entire frame.
Public property IsLastFrame Gets or sets flag that determines if this is the last frame image in a series of images representing an entire frame.
Public property SampleCount Gets or sets the sample number (i.e., frame count) of this frame.
Public property State Gets or sets the parsing state for the CommonFrameHeader object.
Public property Timestamp Gets or sets timestamp of this CommonFrameHeader.
Public property TimeTag Gets the timestamp of this frame in NTP format.
Public property TypeID Gets or sets the IEEE 1344 specific frame type of this frame.
Top
See Also