Sets the field value in the message using the {@link PDMFieldInfo} handle
and should be of type PDMFieldType.UINT32.

C# |
public virtual PDMMessage setFieldValue( PDMFieldInfo fieldInfo, uint newValue )

- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (UInt32)
- the uint value

a reference to this {@link PDMMessage} for chaining setFieldValue calls