Show / Hide Table of Contents

Delegate SensorDataReader.SensorCodeReadingHandler

Callback to be used for delivering sensor code data to the application.

Namespace: RFID.SensorTag
Assembly: SensorTag.dll
Syntax
public delegate void SensorCodeReadingHandler(SensorCodeReading sensorCodeReadingArg, RFIDEngineeringReader readerArg);
Parameters
Type Name Description
SensorCodeReading sensorCodeReadingArg

Object used to communicate the sensor code information for each tag read.

RFID.RFIDEngineeringReader.RFIDEngineeringReader readerArg

The RFIDEngineeringReader instance on which this sensor code was read.

Remarks

Note that the readerArg provides access to the reader class that read the tag. This allows an application to use multiple instances of the SensorDataReader to read from multiple RFID readers in parallel, while using the same SensorCodeReadingHandler callback is used to collect the data. The readerArg allows the application to associate the read event with a specific reader.

In This Article
Back to top Copyright 2022, SensThys, Inc. Version 1.0.0