|
| __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.
|
|
◆ __init__()
RfidMonitor.RfidReport.__init__ |
( |
| self | ) |
|
◆ 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:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/Json/RfidMonitor.py