Class ReaderRegion
This class contains methods for getting or setting reader's region
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ReaderRegion
Methods
GetActiveRegion()
Gets region information which is currently active region and frequency settings
Declaration
public ReaderRegion.ActiveRegionInfo GetActiveRegion()
Returns
| Type | Description |
|---|---|
| ReaderRegion.ActiveRegionInfo | ActiveRegionInfo object containing active region information |
GetActiveRegionStandardInfo()
Gets active region communication standard information
Declaration
public ReaderRegion.CommunicationStandardInfo GetActiveRegionStandardInfo()
Returns
| Type | Description |
|---|---|
| ReaderRegion.CommunicationStandardInfo | CommunicationStandardInfo object containing active region standard infomration |
GetChannelsStatus()
Declaration
public List<string> GetChannelsStatus()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetRegionStandardList(String)
Gets list of supported communication standards for a particular region
Declaration
public ReaderRegion.CommunicationStandardInfo[] GetRegionStandardList(string regionName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | regionName |
Returns
| Type | Description |
|---|---|
| ReaderRegion.CommunicationStandardInfo[] | List of standards supported by region |
GetSupportedRegionList()
Gets list of supported regions on reader.
Declaration
public string[] GetSupportedRegionList()
Returns
| Type | Description |
|---|---|
| System.String[] | Region names list |
SetActiveRegion(String, String)
Sets particular region as active region.
Declaration
public void SetActiveRegion(string regionName, string StandardName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | regionName | Name of region which needs to be activated". |
| System.String | StandardName | Name of a region supported standard which needs to be activated". |
SetFrequencySetting(Boolean, Int32[])
Set freq-hopping with a list of supported channel indexes for active region
Declaration
public void SetFrequencySetting(bool enableFrequencyHopping, int[] channelIndexList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enableFrequencyHopping | Enable or disable frequency hopping on reader |
| System.Int32[] | channelIndexList | List of channels or single channel (fixed frequency mode) |