Constructor used for single value fixed-length string fields
with int names

C# |
protected internal PDMFieldInfo( int id, int name, PDMFieldType type, int fixedStrLen, bool required )

- id (Int32)
- the internal id of the field info
- name (Int32)
- the int name
- type (PDMFieldType)
- the type
- fixedStrLen (Int32)
- the fixed string length for this field
- required (Boolean)
- whether or not the field is required