TIBCO Adapter SDK C++ Reference
|
The data is in MTree format. The application itself is responsible for converting data to MTree format.
The SDK serializes the MTree so its format is suitable for network transmissions.
If a call to this method fails, the publisher signals an exception.
Parameters | Description |
const MTree& refMTree | Pointer to the MTree instance that the publisher will send to TIBCO Rendezvous. |
Mu8 & ulSequenceNumber | This is set to the current CM sequence number for a specific send() call when using M_RVCM communication prototocol. |
void send(const MTree& refMTree, Mu8 & ulSequenceNumber) throw(MException);