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

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

- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (array< UInt32 >[]()[])
- the uint array value

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