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

Rfid report based on RFID tag messages received from printer. More...

#include <RfidReport.h>

Inheritance diagram for RfidReport:

Instance Methods

(BOOL) - failed
 Checks if the RFID operation failed.
 
(NSString *) - data
 String representation of RFID data.
 
(RfidDataType) - dataType
 Type of RFID data contained in Data.
 
(BOOL) - isWriteOperation
 True if report result of write operation. False if read operation.
 

Properties

NSDictionary< NSString *, NSString * > * rawReport
 The raw report dictionary containing RFID details.
 

Detailed Description

Rfid report based on RFID tag messages received from printer.

Method Documentation

◆ data

- (NSString *) data

String representation of RFID data.

Returns
A string representing the RFID data.

◆ dataType

- (RfidDataType) dataType

Type of RFID data contained in Data.

Returns
The data type as an RfidDataType value.

◆ failed

- (BOOL) failed

Checks if the RFID operation failed.

Returns
YES if the operation failed, NO otherwise.

◆ isWriteOperation

- (BOOL) isWriteOperation

True if report result of write operation. False if read operation.

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

Property Documentation

◆ rawReport

- (NSDictionary<NSString *, NSString *>*) rawReport
readnonatomicstrong

The raw report dictionary containing RFID details.


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