LBM .Net API Documentation
setFieldValue Method (fieldInfo, newValue)
Namespacescom.latencybusters.pdmPDMMessagesetFieldValue(PDMFieldInfo, Int64)
Sets the field value in the message using the {@link PDMFieldInfo} handle that corresponition and should be of type PDMFieldType.INT64.
Declaration Syntax
C#
public virtual PDMMessage setFieldValue(
	PDMFieldInfo fieldInfo,
	long newValue
)
Parameters
fieldInfo (PDMFieldInfo)
the PDMFieldInfo handle
newValue (Int64)
the long value
Return Value
a reference to this {@link PDMMessage} for chaining setFieldValue calls

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