LBM .Net API Documentation
addFieldInfo Method (name, type, fixedStrLen, required, numElements)
Namespacescom.latencybusters.pdmPDMDefinitionaddFieldInfo(String, PDMFieldType, Int32, Boolean, Int32)
Adds field information to the definition for a fixed-size array field of fixed length strings with a string field name
Declaration Syntax
C#
public virtual PDMFieldInfo addFieldInfo(
	string name,
	PDMFieldType type,
	int fixedStrLen,
	bool required,
	int numElements
)
Parameters
name (String)
the string name of the field
type (PDMFieldType)
the type of field
fixedStrLen (Int32)
the fixed string length (number of characters) and is normally 0 unless the type is fixed string or fixed unicode
required (Boolean)
whether or not the field is required
numElements (Int32)
a non-zero value is used to define a fixed-size array for array types
Return Value
the {@link PDMFieldInfo} handle

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