Class Checksum
- Assembly
- VisioForge.Core.dll
Checksum used to detect errors within a UAV Local Set packet. Checksum formed as lower 16-bits of summation performed on entire LS packet, including 16-byte US key and 1-byte checksum length. Initialized from bytes value as BytesValue.
public class Checksum : BytesElementParserInheritance
Inherited Members
Constructors
Checksum(byte[])
Initializes a new instance of the VisioForge.Core.Metadata.KLV.MISB0601.Checksum class.
public Checksum(byte[] value)Parameters
valuebyte[]-
The value.
Fields
ConstKey
The constant key.
public static byte[] ConstKeyField Value
- byte[]
ESDName
The ESD name.
public string ESDNameField Value
LDSName
The LDS name.
public string LDSNameField Value
TAG
The tag.
public int TAGField Value
UDSKey
The UDS key.
public string UDSKeyField Value
UDSName
The UDS name.
public string UDSName