OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
Loading...
Searching...
No Matches
OpenSRX::ImageSaveConfig Struct Reference

Configuration for which image types to save via FTP. More...

#include <Scanner.hpp>

Public Attributes

bool readOK = true
 SAVE_DEST_READ_OK (500)
 
bool verificationNG = false
 SAVE_DEST_VERIFICATION_NG (501)
 
bool readError = false
 SAVE_DEST_READ_ERROR (502)
 
bool unstable = false
 SAVE_DEST_UNSTABLE (503)
 
bool capture = false
 SAVE_DEST_CAPTURE (504)
 

Detailed Description

Configuration for which image types to save via FTP.

Each flag, when true, sets the corresponding SAVE_DEST parameter to SEND_BY_FTP. When false the parameter is left unchanged.

Member Data Documentation

◆ capture

bool OpenSRX::ImageSaveConfig::capture = false

SAVE_DEST_CAPTURE (504)

◆ readError

bool OpenSRX::ImageSaveConfig::readError = false

SAVE_DEST_READ_ERROR (502)

◆ readOK

bool OpenSRX::ImageSaveConfig::readOK = true

SAVE_DEST_READ_OK (500)

◆ unstable

bool OpenSRX::ImageSaveConfig::unstable = false

SAVE_DEST_UNSTABLE (503)

◆ verificationNG

bool OpenSRX::ImageSaveConfig::verificationNG = false

SAVE_DEST_VERIFICATION_NG (501)


The documentation for this struct was generated from the following file: