TIBCO Adapter SDK C++ Reference
MBinary
Class Hierarchy | C++ Classes and Methods | Members | Methods
Class for encapsulating binary data.
Remarks
Use this class to encapsulate binary data. This type refers to base64 encoded binary data.

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.

Declaration
class MBinary : public MData;
Class Hierarchy
MObject
    MData
        MBinary
File
MBinary.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.