LBM .Net API Documentation
setFieldValue Method (fieldInfo, newValue)
Namespacescom.latencybusters.pdmPDMMessagesetFieldValue(PDMFieldInfo, array<Byte>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.UINT8_ARR or PDMFieldType.BLOB.
Declaration Syntax
C#
public virtual PDMMessage setFieldValue(
	PDMFieldInfo fieldInfo,
	byte[] newValue
)
Parameters
fieldInfo (PDMFieldInfo)
the PDMFieldInfo handle
newValue (array< Byte >[]()[])
the byte array 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)