LBM .Net API Documentation
setFieldValue Method
Namespacescom.latencybusters.pdmPDMMessagesetFieldValue()()()
Members
IconMemberDescription
setFieldValue(PDMFieldInfo, Boolean)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.Boolean.

setFieldValue(PDMFieldInfo, SByte)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT8.

setFieldValue(PDMFieldInfo, Byte)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.UINT8.

setFieldValue(PDMFieldInfo, Int16)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT16.

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

setFieldValue(PDMFieldInfo, Int32)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT32.

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

setFieldValue(PDMFieldInfo, Int64)
Sets the field value in the message using the {@link PDMFieldInfo} handle that corresponition and should be of type PDMFieldType.INT64.

setFieldValue(PDMFieldInfo, UInt64)
Sets the field value in the message using the {@link PDMFieldInfo} handle that corresponition and should be of type PDMFieldType.UINT64.

setFieldValue(PDMFieldInfo, Single)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.FLOAT.

setFieldValue(PDMFieldInfo, Double)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.DOUBLE.

setFieldValue(PDMFieldInfo, PDMDecimal)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.DECIMAL.

setFieldValue(PDMFieldInfo, PDMTimestamp)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.Timestamp.

setFieldValue(PDMFieldInfo, String)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.FIX_STRING or PDMFieldType.STRING or PDMFieldType.FIX_UNICODE or PDMFieldType.UNICODE.

setFieldValue(PDMFieldInfo, PDMMessage)
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.MESSAGE.

setFieldValue(PDMFieldInfo, array<Boolean>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.BOOLEAN_ARR.

setFieldValue(PDMFieldInfo, array<SByte>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT8_ARR.

setFieldValue(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.

setFieldValue(PDMFieldInfo, array<Int16>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT16_ARR.

setFieldValue(PDMFieldInfo, array<UInt16>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.UINT16_ARR.

setFieldValue(PDMFieldInfo, array<Int32>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT32_ARR.

setFieldValue(PDMFieldInfo, array<UInt32>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.UINT32_ARR.

setFieldValue(PDMFieldInfo, array<Int64>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.INT64_ARR.

setFieldValue(PDMFieldInfo, array<UInt64>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.UINT64_ARR.

setFieldValue(PDMFieldInfo, array<Single>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.FLOAT_ARR.

setFieldValue(PDMFieldInfo, array<Double>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.DOUBLE_ARR.

setFieldValue(PDMFieldInfo, array<PDMDecimal>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.DECIMAL_ARR.

setFieldValue(PDMFieldInfo, array<PDMTimestamp>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.TIMESTAMP_ARR.

setFieldValue(PDMFieldInfo, array<String>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.FIX_STRING_ARR or PDMFieldType.STRING_ARR or PDMFieldType.FIX_UNICODE_ARR or PDMFieldType.UNICODE_ARR.

setFieldValue(PDMFieldInfo, array<array<Byte>[]()[]>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.BLOB_ARR.

setFieldValue(PDMFieldInfo, array<PDMMessage>[]()[])
Sets the field value in the message using the {@link PDMFieldInfo} handle and should be of type PDMFieldType.MESSAGE_ARR.

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