Class RFSurvey
This class handles RF Survey operations.
Inheritance
System.Object
RFSurvey
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 RFSurvey
Methods
Perform(UInt16, TriggerInfo, UInt32, UInt32)
This method performs the RF Survey operation using the supplied parameters.
Declaration
public void Perform(ushort antennaId, TriggerInfo triggerInfo, uint startFrequency, uint endFrequency)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | antennaId | Antennas on which the current operation is to be performed. If this is null, operation will be performed on all Antennas. |
| TriggerInfo | triggerInfo | Start and Stop Criteria for the Inventory, and criteria for reporting Tags. If null, no trigger criteria will be used, which means RF Survey starts immediatly and stops when Stop() is invoked. |
| System.UInt32 | startFrequency | start frequency to get rf survey report |
| System.UInt32 | endFrequency | end frequency to get rf survey report |
Stop()
This methods stops an ongoing RF Survey operation.
Declaration
public void Stop()