EQRCodeReader::GetSearchedModels

EQRCodeReader::SetSearchedModels

QR code models to be searched for.

Namespace: Euresys::Open_eVision_2_11

[C++]

std::vector<Euresys::Open_eVision_2_11::EQRCodeModel> GetSearchedModels() const

void SetSearchedModels(const std::vector<Euresys::Open_eVision_2_11::EQRCodeModel>& models)

Remarks

By default, the QR code reader searches for all models of QR codes, defined by the EQRCodeModel enum.

EQRCodeReader.SearchedModels

QR code models to be searched for.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EQRCodeModel[] SearchedModels

{ get; set; }

Remarks

By default, the QR code reader searches for all models of QR codes, defined by the EQRCodeModel enum.