CommonFrameHeader Properties

Properties

BinaryImage Gets the binary image of the common header portion of this frame.
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).
FrameCount Gets or sets the total frame count.
FrameImages Gets or sets reference to a FrameImageCollector associated the IEEE 1344 frame, if any.
FrameLength Gets or sets the entire length of the IEEE 1344 frame.
FrameType Gets the fundamental frame type of this frame.
IsFirstFrame Gets or sets flag from that determines if this is the first frame image in a series of images representing an entire frame.
IsLastFrame Gets or sets flag that determines if this is the last frame image in a series of images representing an entire frame.
SampleCount Gets or sets the sample number (i.e., frame count) of this frame.
State Gets or sets the parsing state for the CommonFrameHeader object.
Timestamp Gets or sets timestamp of this CommonFrameHeader.
TimeTag Gets the timestamp of this frame in NTP format.
TypeID Gets or sets the IEEE 1344 specific frame type of this frame.

See Also