TIBCO Adapter SDK C++ Reference
MBinary::MBinary
MBinary
Construct an MBinary instance. This constructor creates an independent copy of the data passed in.
Remarks
You can specify a bounded binary class, such as binary.10 to indicate a binary of at most 10 bytes. To do so, prespecify it as a custom Scalar object using the TIBCO Designer software.
Parameters
Parameters Description
const MBinary& refMBinary MBinary instance of which you want to create a copy.
Declaration
MBinary(const MBinary& refMBinary);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.