Enumeration of possible field types used in PGN (Parameter Group Number) definitions.
Each field type represents a specific data format or semantic meaning for a field within a PGN.
Remarks
This enum is used to specify how a field should be interpreted, parsed, or displayed.
Enumeration of possible field types used in PGN (Parameter Group Number) definitions. Each field type represents a specific data format or semantic meaning for a field within a PGN.
Remarks
This enum is used to specify how a field should be interpreted, parsed, or displayed.
Binary
: Raw binary data.BitLookup
: Bitwise lookup value.Date
: Date value.Decimal
: Decimal number.Duration
: Time duration.DynamicFieldKey
: Key for dynamic field.DynamicFieldLength
: Length for dynamic field.DynamicFieldValue
: Value for dynamic field.FieldIndex
: Index of the field.Float
: Floating-point number.IndirectLookup
: Indirect lookup value.IsoName
: ISO-compliant name.Lookup
: Lookup value.MMSI
: Maritime Mobile Service Identity.Number
: Generic number.PGN
: Parameter Group Number.Reserved
: Reserved field.Spare
: Spare field.StringFix
: Fixed-length string.StringLAU
: LAU-encoded string.StringLZ
: LZ-encoded string.Time
: Time value.Variable
: Variable-length field.