MMpy.FieldType

Syntax

MMpy.FieldType

Description

Enumeration describing a data field type.

Notes

Choices for this enumeration type are:

  • character
  • numeric
  • real
  • float
  • long
  • short
  • unknown

Examples

structure = MMpy.FileStruct()
...
field_type = MMpy.FieldType.character
structure.add_field(..., field_type, ...)

Resource ID

IDPH_FIELDTYPE