1#ifndef QBARCODE_PAYLOAD_H
2#define QBARCODE_PAYLOAD_H
4#include "qbarcode/qbartypes.h"
38 QByteArray getData()
const;
39 QString getString()
const;
48 explicit Payload(std::unique_ptr<PayloadPrivate> impl);
51 std::unique_ptr<PayloadPrivate> d_ptr;
62QBAR_EXPORT QDebug operator<<(QDebug debug,
const Payload &payload);
Store data of a Barcode.
Definition payload.h:23
Namespace used for QWlanManager library.
Definition barcode.h:15
PayloadType
List of all types of payload.
Definition qbartypes.h:74
BarError
List of all barcode related errors.
Definition qbartypes.h:41