ExtractedBytes Class |
Namespace: VirtualRadar.Interface.Listener
The ExtractedBytes type exposes the following members.
Name | Description | |
---|---|---|
ExtractedBytes | Initializes a new instance of the ExtractedBytes class |
Name | Description | |
---|---|---|
Bytes |
Gets or sets the array of bytes extracted from the source that describes one complete message.
| |
ChecksumFailed |
Gets or sets a value indicating that the checksum on the extracted bytes was invalid (when applicable).
| |
Format |
Gets or sets the format that the content of Bytes is in.
| |
HasParity |
Gets or sets a value indicating that the bytes have parity applied to them (when applicable).
| |
IsMlat |
Gets or sets a value indicating that the message was generated by an MLAT receiver.
| |
Length |
Gets or sets the length of the payload within Bytes.
| |
Offset |
Gets or sets the start of the payload within Bytes.
| |
SignalLevel |
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.
|
Name | Description | |
---|---|---|
Clone |
Returns a deep copy of the object.
| |
Equals |
See base docs.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |