Binary Datum item types
For the new data types for the single datum fields, as well as their pre-Release 7 analogs, see the following table:
Note: The datatype RVMSG_ENCRYPTED from previous releases of TIBCO
is obsolete for Release 7 or later. With regards to backward compatibility,
inbound messages from older programs containing fields of this type
will produce an error when the receiving program attempts to extract
them from the message.
| Type Tree Field | TIBCO Wire Format Type Name | Storage | Type Tree Field | TIBCO Pre-7 Wire Format Type Name |
|---|---|---|---|---|
| I8 | TIBRVMSG_I8 | 8-bit signed integer | INT1 | RVMSG_INT |
| I16 | TIBRVMSG_I16 | 16-bit signed integer | INT2 | RVMSG_INT |
| I32 | TIBRVMSG_I32 | 32-bit signed integer | INT4 | RVMSG_INT |
| I64 | TIBRVMSG_I64 | 64-bit signed integer | n/a | n/a |
| U8 | TIBRVMSG_U8 | 8-bit unsigned integer | UINT1 | RVMSG_UINT |
| U16 | TIBRVMSG_U16 | 16-bit unsigned integer | UINT2 | RVMSG_UINT |
| U32 | TIBRVMSG_U32 | 32-bit unsigned integer | UINT4 | RVMSG_UINT |
| U64 | TIBRVMSG_U64 | 64-bit unsigned integer | n/a | n/a |
| F32 | TIBRVMSG_F32 | 32-bit floating point | REAL4 | RVMSG_REAL |
| IPPort16 | TIBRVMSG_IPPORT16 | 2-byte IP port | IPData2 | RVMSG_IPDATA |
| IPAddr32 | TIBRVMSG_IPADDR32 | 4-byte IP address | IPData4 | RVMSG_IPDATA |
Note: Corresponding data types for all TIBCO Rendezvous message types,
as well as the type tree files and replies for non-certified messages
and composite messages, are provided with the TIBCO Rendezvous Adapter.