Table of Contents

Enum FieldValueKind

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

What a decoded field value is made of.

public enum FieldValueKind

Fields

Bytes = 2

Raw bytes.

List = 3

A counted sequence of numeric elements.

Number = 0

One to four numbers (Components): integers, quantized scalars, vectors, a quaternion.

Skipped = 4

A codec this library does not know, skipped by its declared width.

Text = 1

UTF-8 text.