Canboat ts-pgns
    Preparing search index...

    Enumeration FieldType

    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.

    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.
    Index

    Enumeration Members

    Binary: "BINARY"
    BitLookup: "BITLOOKUP"
    Date: "DATE"
    Decimal: "DECIMAL"
    Duration: "DURATION"
    DynamicFieldKey: "DYNAMIC_FIELD_KEY"
    DynamicFieldLength: "DYNAMIC_FIELD_LENGTH"
    DynamicFieldValue: "DYNAMIC_FIELD_VALUE"
    FieldIndex: "FIELD_INDEX"
    Float: "FLOAT"
    IndirectLookup: "INDIRECT_LOOKUP"
    IsoName: "ISO_NAME"
    Lookup: "LOOKUP"
    MMSI: "MMSI"
    Number: "NUMBER"
    PGN: "PGN"
    Reserved: "RESERVED"
    Spare: "SPARE"
    StringFix: "STRING_FIX"
    StringLAU: "STRING_LAU"
    StringLZ: "STRING_LZ"
    Time: "TIME"
    Variable: "VARIABLE"