System.Sensors.TCustomScannerSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.TCustomSensorSystem.TObjectTCustomScannerSensor

Delphi

TCustomScannerSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomScannerSensor : public TCustomSensor

Properties

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

Description

Used for Radio-frequency identification (RFID) and Barcode Data scanning.

The RFIDTag property returns the 40-bit value of the RFID tag.

The BarcodeData property returns a string representing the scanned barcode data.

Platform Support

This class supports the following platforms:

Platform Details

Windows

Windows only supports the RFIDTag property.

See Also