Click or drag to resize
ExtractedBytes Properties

The ExtractedBytes type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets or sets the array of bytes extracted from the source that describes one complete message.
Public propertyChecksumFailed
Gets or sets a value indicating that the checksum on the extracted bytes was invalid (when applicable).
Public propertyFormat
Gets or sets the format that the content of Bytes is in.
Public propertyHasParity
Gets or sets a value indicating that the bytes have parity applied to them (when applicable).
Public propertyIsMlat
Gets or sets a value indicating that the message was generated by an MLAT receiver.
Public propertyLength
Gets or sets the length of the payload within Bytes.
Public propertyOffset
Gets or sets the start of the payload within Bytes.
Public propertySignalLevel
Gets or sets the signal level passed along with the message, if any. If the signal level is not present then the value is null.
Top
See Also