LBM .Net API Documentation
PDMFieldInfo Constructor (id, name, type, fixedStrLen, required)
Namespacescom.latencybusters.pdmPDMFieldInfoPDMFieldInfo(Int32, String, PDMFieldType, Int32, Boolean)
Constructor used for single value fixed-length string fields with String names
Declaration Syntax
C#
protected internal PDMFieldInfo(
	int id,
	string name,
	PDMFieldType type,
	int fixedStrLen,
	bool required
)
Parameters
id (Int32)
the internal id of the field info
name (String)
the string name
type (PDMFieldType)
the type
fixedStrLen (Int32)
the fixed string length for this field
required (Boolean)
whether or not the field is required

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)