CommonReaderDelegate
public protocol CommonReaderDelegate
The delegate for handling TagData and ReaderCommand
-
Called when receiving a tag from the reader.
Declaration
Swift
func reportTag(_ tag:TagData)
-
Called when the status of the reader changed.
Declaration
Swift
func reportReaderStatus(_ status:ReaderStatus,result:Bool)