Click or drag to resize
ExtractedBytes Class
The object returned by message extractors that describes the bytes corresponding to one message.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.ListenerExtractedBytes

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ExtractedBytes : ICloneable

The ExtractedBytes type exposes the following members.

Constructors
  NameDescription
Public methodExtractedBytes
Initializes a new instance of the ExtractedBytes class
Top
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
Methods
  NameDescription
Public methodClone
Returns a deep copy of the object.
Public methodEquals
See base docs.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also