LBM .Net API Documentation
PDMFieldInfo Constructor
Namespacescom.latencybusters.pdmPDMFieldInfoPDMFieldInfo()()()
Members
IconMemberDescription
PDMFieldInfo()()()
Initializes a new instance of the PDMFieldInfo class

PDMFieldInfo(Int32, String, PDMFieldType, Boolean)
Constructor used for single value fields with string names (except for fixed length strings)

PDMFieldInfo(Int32, Int32, PDMFieldType, Boolean)
Constructor used for single value fields with int names (except for fixed length strings)

PDMFieldInfo(Int32, String, PDMFieldType, Int32, Boolean)
Constructor used for single value fixed-length string fields with String names

PDMFieldInfo(Int32, Int32, PDMFieldType, Int32, Boolean)
Constructor used for single value fixed-length string fields with int names

PDMFieldInfo(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

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