TIBCO Adapter SDK C++ Reference
|
You can prespecify the length of the data in the adapter instance description object, then refer to that prespecified bounded data type. For example, binary.10 refers to binary data containing at most 10 bytes.
If you want to work with a prespecified bounded data type, you must previously create it as a custom Scalar object using the TIBCO Designer software.
class MBinary : public MData;
MObject MData MBinary