Class Actions
This class represents the set of all operations that can be performed on the reader like Inventory and Access operations using various type of filters.
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class Actions
Fields
BrandIdChk
The BrandIDCheck Operations Object.
Declaration
public BrandIDCheck BrandIdChk
Field Value
| Type | Description |
|---|---|
| BrandIDCheck |
Inventory
The Inventory Operations Object.
Declaration
public Inventory Inventory
Field Value
| Type | Description |
|---|---|
| Inventory |
PreFilters
The Pre-Filter Object for Inventory
Declaration
public PreFilters PreFilters
Field Value
| Type | Description |
|---|---|
| PreFilters |
RFSurvey
The RFSurvey Operations Object.
Declaration
public RFSurvey RFSurvey
Field Value
| Type | Description |
|---|---|
| RFSurvey |
TagAccess
The Tag Access Operations Object
Declaration
public TagAccess TagAccess
Field Value
| Type | Description |
|---|---|
| TagAccess |
TagLocationing
The Tag-Locationing Object
Declaration
public TagLocationing TagLocationing
Field Value
| Type | Description |
|---|---|
| TagLocationing |
Methods
Finalize()
Destructor
Declaration
protected void Finalize()
GetReadTags(Int32)
This method fetches a array of Tags that was read by the reader. Tags will be read from the Reader using methods: Actions.Inventory.Perform or Actions.TagAccess.ReadEvent or Actions.TagAccess.ReadWait.
Declaration
public TagData[] GetReadTags(int numberOfTags)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | numberOfTags | Number of Tags that is to be fetched |
Returns
| Type | Description |
|---|---|
| TagData[] | An array of TagData if the method succeeds or an empty array if no Tags were available |
GetRFSurvey()
This method fetches a single Rf Survey data that was read by the reader. Rf Survey data will be read from the Reader using methods: Actions.RFSurvey.Perform
Declaration
public RFSurveyData GetRFSurvey()
Returns
| Type | Description |
|---|---|
| RFSurveyData | An RFSurvey data if the method succeeds or an empty RFSurvey object if no rf survey data were available |
GetRFSurveyData(Int32)
This method fetches a array of Rf Survey data that was read by the reader. Rf Survey data will be read from the Reader using methods: Actions.RFSurvey.Perform
Declaration
public RFSurveyData[] GetRFSurveyData(int dataCount)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | dataCount | Number of rf survey data that is to be fetched |
Returns
| Type | Description |
|---|---|
| RFSurveyData[] | An array of RFSurvey data if the method succeeds or an empty array if no rf survey data were available |
PurgeTags()
This method purges all tags present in Dll and Reader queues
Declaration
public bool PurgeTags()
Returns
| Type | Description |
|---|---|
| System.Boolean | True if the method succeeds or False if fails |