TIBCO Adapter SDK C++ Reference
MBinary::MBinary
MBinary
Construct an MBinary instance. This constructor encapsulates the binary data passed in through the opaqueValue parameter. This constructor does not make a copy.
Remarks
You can specify a bounded binary class using MBinary(MClassRegistry*, const MString&, const void* opaqueValue, unsigned int).
Parameters
Parameters Description
const void* opaqueValue Binary data to encapsulate as an MBinary instance.
unsigned int uiBytes Size of the binary data you want to encapsulate.
Declaration
MBinary(const void* opaqueValue, unsigned int uiBytes);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.