ExtractedBytes Properties |
The ExtractedBytes type exposes the following members.
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.
|