Table of Contents

Class Checksum

Namespace
VisioForge.Core.Metadata.KLV.MISB0601
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 : BytesElementParser

Inheritance

Inherited Members

Constructors

Checksum(byte[])

Initializes a new instance of the VisioForge.Core.Metadata.KLV.MISB0601.Checksum class.

public Checksum(byte[] value)

Parameters

value byte[]

The value.

Fields

ConstKey

The constant key.

public static byte[] ConstKey

Field Value

byte[]

ESDName

The ESD name.

public string ESDName

Field Value

string

LDSName

The LDS name.

public string LDSName

Field Value

string

TAG

The tag.

public int TAG

Field Value

int

UDSKey

The UDS key.

public string UDSKey

Field Value

string

UDSName

The UDS name.

public string UDSName

Field Value

string