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

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

- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (UInt16)
- the ushort value

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