TagLocation
public class TagLocation
The object that contains the direction and the distance to the tag.
-
Declaration
Swift
public var epc:String
-
Declaration
Swift
public var tag:TagData
-
The distance to the tag
Declaration
Swift
public var distance:Float
-
The vertical direction.
Declaration
Swift
public var verticalRaian:Double
-
The horizontal direction.
Declaration
Swift
public var horizontalRadian:Double
-
A bool value that indicates whether the vertical position should be shown.
Declaration
Swift
public var verticalHidden:Bool
-
A bool value that indicates whether the horizontal position should be shown.
Declaration
Swift
public var horizontalHidden:Bool
-
Log message
Declaration
Swift
public var logMsg:NSMutableString? = nil
-
The search status.
Declaration
Swift
public var status:SearchStatus
-
Initializes an instance with a TagData object.
Declaration
Swift
public init(_ tag:TagData)