Click or drag to resize

IFrameParser Properties

The IFrameParser type exposes the following members.

Properties
  Name Description
Public property CheckSumValidationFrameTypes Gets or sets flags that determine if check-sums for specified frames should be validated.
Public property ConfigurationFrame Gets or sets current IConfigurationFrame used for parsing IDataFrame's encountered in the data stream from a device.
Public property ConnectionParameters Gets or sets any connection specific IConnectionParameters that may be needed for parsing.
Public property Enabled Gets or sets a boolean value that indicates whether the data parser is currently enabled.
Public property Name Gets the name of the object providing status information.
(Inherited from IProvideStatus)
Public property QueuedBuffers Gets the total number of buffers that are currently queued for processing, if any.
Public property QueuedOutputs Gets the total number of frames that are currently queued for publication, if any.
Public property RedundantFramesPerPacket Gets the number of redundant frames in each packet.
Public property Status Gets the current status details about object providing status information.
(Inherited from IProvideStatus)
Public property TrustHeaderLength Gets or sets flag that determines if header lengths should be trusted over parsed byte count.
Top
See Also