zxing-cpp v3.0
Loading...
Searching...
No Matches
ContentType.h
Go to the documentation of this file.
1/*
2* Copyright 2026 Axel Waggershauser
3*/
4// SPDX-License-Identifier: Apache-2.0
5
6#pragma once
7
8#include <string>
9
10namespace ZXing {
11
16
17std::string ToString(ContentType type);
18
19} // ZXing
Definition Barcode.h:26
ContentType
Provides a hint to the type of content encoded in a barcode, such as text, binary data,...
Definition ContentType.h:15
@ UnknownECI
Definition ContentType.h:15
@ ISO15434
Definition ContentType.h:15
@ Mixed
Definition ContentType.h:15
@ Binary
Definition ContentType.h:15
@ Text
Definition ContentType.h:15
@ GS1
Definition ContentType.h:15
std::string ToString(BarcodeFormat format)