UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
RfidMonitor.RfidReport Class Reference

Public Member Functions

 __init__ (self)
 
 failed (self)
 Checks if the RFID operation failed.
 
 data (self)
 String representation of RFID data.
 
 data_type (self)
 Type of RFID data contained in Data.
 
 is_write_operation (self)
 True if report result of write operation.
 

Constructor & Destructor Documentation

◆ __init__()

RfidMonitor.RfidReport.__init__ ( self)

Member Function Documentation

◆ data()

RfidMonitor.RfidReport.data ( self)

String representation of RFID data.

Returns
A string representing the RFID data.

◆ data_type()

RfidMonitor.RfidReport.data_type ( self)

Type of RFID data contained in Data.

Returns
The data type as an RfidDataType value.

◆ failed()

RfidMonitor.RfidReport.failed ( self)

Checks if the RFID operation failed.

Returns
YES if the operation failed, NO otherwise.

◆ is_write_operation()

RfidMonitor.RfidReport.is_write_operation ( self)

True if report result of write operation.

False if read operation.

Returns
YES if it was a write operation, NO otherwise.

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