SearchStatus
public enum SearchStatus:Int
The status of search
Remark
For searching one target,there are NoRead/Far/Near/Close/Immediate/Separating/Over status, but for searching mutiple tags, there are only NoRead/Searching status.-
No tag is being read.
Declaration
Swift
case NoRead,
-
The target tag is in a far position.
Declaration
Swift
Far,
-
The target tag is in a near position.
Declaration
Swift
Near,
-
The target tag is in a close position.
Declaration
Swift
Close,
-
The target tag is found.
Declaration
Swift
Immediate,
-
The target tag is separating from the reader.
Declaration
Swift
Separating,
-
The target tag is over the reader.
Declaration
Swift
Over,
-
Tags are being read.
Declaration
Swift
Searching,
-
initial value
Declaration
Swift
None