System.Sensors.TScannerSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TScannerSensorType = (RFID, Barcode);

C++

enum class DECLSPEC_DENUM TScannerSensorType : unsigned char { RFID, Barcode };

Properties

Type Visibility Source Unit Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type that defines the type of sensor of a TCustomScannerSensor.

Instances of this type may have any of the following values:

Item Description

Barcode

Barcode optical scanner.

RFID

Radio-frequency ID scanning sensor.

See Also