LBM .Net API Documentation
addFieldInfo Method (name, type, fixedStrLen, required)
Namespacescom.latencybusters.pdmPDMDefinitionaddFieldInfo(Int32, PDMFieldType, Int32, Boolean)
Adds field information to the definition for a fixed length string field with an int field name
Declaration Syntax
C#
public virtual PDMFieldInfo addFieldInfo(
	int name,
	PDMFieldType type,
	int fixedStrLen,
	bool required
)
Parameters
name (Int32)
the int 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
Return Value
the {@link PDMFieldInfo} handle

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