Class TagLocationing
This class handles tag locationing functionality
Inheritance
System.Object
TagLocationing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class TagLocationing
Methods
Perform(String, AntennaInfo)
Performs the Tag locationing operation. Resultant TagData reported will contain the locationing result in LocationInfo.
Declaration
public void Perform(string tagID, AntennaInfo antennaInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tagID | EPC-Id of the Tag to be located. |
| AntennaInfo | antennaInfo | Locationing can be performed only on single antenna. AntennaInfo shall specify the antenna on which the locationing is to be performed. |
Stop()
Stops the Tag Locationing operation.
Declaration
public void Stop()