mwqreQREncoderEncode Function

Syntax

#include <mw/qre/qre.h>

NN_EXTERN_C bool mwqreQREncoderEncode(
    mwqreQREncoder* this_,
    mwqreEncodeData* qrInfo
);

Arguments

Name Description
this_
qrInfo

Return Values

Description

See the corresponding C++ function, mw::qre::QREncoder::Encode.

Revision History

2010/06/24
Initial version.

CONFIDENTIAL