Tuple Array of Binary Datum Item Types
See the following table for the new types for the tuple fields that are all sized datums.
Type Tree Field | TIBCO Wire Format Type Name | Storage | TIBCO Pre-7 Wire Format Type Name |
---|---|---|---|
Tuple.I8Array | TIBRVMSG_I8ARRAY | 8-bit integer array | n/a |
Tuple.I16Array | TIBRVMSG_I16ARRAY | 16-bit integer array | n/a |
Tuple.I32Array | TIBRVMSG_I32ARRAY | 32-bit integer array | n/a |
Tuple.I64Array | TIBRVMSG_I64ARRAY | 64-bit integer array | n/a |
Tuple.U8Array | TIBRVMSG_U8ARRAY | 8-bit unsigned integer array | n/a |
Tuple.U16Array | TIBRVMSG_U16ARRAY | 16-bit unsigned integer array | n/a |
Tuple.U32Array | TIBRVMSG_U32ARRAY | 32-bit unsigned integer array | n/a |
Tuple.U64Array | TIBRVMSG_U64ARRAY | 64-bit unsigned integer array | n/a |
Tuple.F32Array | TIBRVMSG_F32ARRAY | 32-bit floating point array | n/a |
Tuple.F64Array | TIBRVMSG_F64ARRAY | 64-bit floating point array | n/a |