Classes

The following classes are available globally.

  • Contains some constants and static methods

    See more

    Declaration

    Swift

    public class P3SDK
  • Computes and contains positions of tags.

    See more

    Declaration

    Swift

    public class TagManager
  • The object that contains the direction and the distance to the tag.

    See more

    Declaration

    Swift

    public class TagLocation
  • A class that contains datas for channel and volumn.

    See more

    Declaration

    Swift

    public class SelectData
  • An instance of the ASGunReader class provides some methods to handle the AsReader GUN instance.

    See more

    Declaration

    Swift

    open class ASGunReader:NSObject,AsReaderDelegate,CommonReader
  • A view that displays the positions of tags.

    See more

    Declaration

    Swift

    public class RadarView: UIView,MarkerViewDelegate
  • Contains the information of tag.

    See more

    Declaration

    Swift

    public class TagData:NSObject
  • An instance of the TagFinder class can receive tags from the reader,compute the positions of tags and show them on RadarViews.

    See more

    Declaration

    Swift

    public class TagFinder:CommonReaderDelegate