LBM .Net API Documentation
PDMFieldType Constructor (type, typeStr, len, isfixed, array)
Namespacescom.latencybusters.pdmPDMFieldTypePDMFieldType(Int16, String, Int32, Boolean, Boolean)
The internal constructor used for the different enums
Declaration Syntax
C#
protected PDMFieldType(
	short type,
	string typeStr,
	int len,
	bool isfixed,
	bool array
)
Parameters
type (Int16)
the short representing the field type
typeStr (String)
the string name of the field type
len (Int32)
the known length in bytes of the type or 0
isfixed (Boolean)
whether or not the field type is fixed length
array (Boolean)
whether or not the field type is an array type

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