LBM .Net API Documentation
PDMField Constructor (info, section, offset, ser, deser)
Namespacescom.latencybusters.pdmPDMFieldPDMField(PDMFieldInfo, PDMSection, Int32, PDMSerializer, PDMDeserializer)
Initializes a new instance of the PDMField class
Declaration Syntax
C#
public PDMField(
	PDMFieldInfo info,
	PDMSection section,
	int offset,
	PDMSerializer ser,
	PDMDeserializer deser
)
Parameters
info (PDMFieldInfo)
the corresponding PDMFieldInfo from the PDMDefinition
section (PDMSection)
the section where the bytes will be stored
offset (Int32)
the offset into the section
ser (PDMSerializer)
the PDMSerializer to do the serializing
deser (PDMDeserializer)
the PDMDeserializer to do the deserializing

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