LBM .Net API Documentation
PDMFieldInfo Constructor (id, strName, intName, type, fixedStrLen, required, numElements)
Namespacescom.latencybusters.pdmPDMFieldInfoPDMFieldInfo(Int32, String, Int32, PDMFieldType, Int32, Boolean, Int32)
General constructor used for any single value or array field of fixed length or variable length with string or int names
Declaration Syntax
C#
protected internal PDMFieldInfo(
	int id,
	string strName,
	int intName,
	PDMFieldType type,
	int fixedStrLen,
	bool required,
	int numElements
)
Parameters
id (Int32)
the internal id of the field info
strName (String)
the string name
intName (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
numElements (Int32)
the number of array elements for fixed-size arrays or 0

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