LBM .Net API Documentation
PDMFieldInfo Constructor (id, name, type, fixedStrLen, required)
Namespacescom.latencybusters.pdmPDMFieldInfoPDMFieldInfo(Int32, Int32, PDMFieldType, Int32, Boolean)
Constructor used for single value fixed-length string fields with int names
Declaration Syntax
C#
protected internal PDMFieldInfo(
	int id,
	int name,
	PDMFieldType type,
	int fixedStrLen,
	bool required
)
Parameters
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

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