Table of Contents

Class ShowRegionCommand

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Commands
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

The .sr Show Region of the Technology Solutions UK Ltd ASCII 2 Protocol

(.sr) ASCII command to show the regulatory information for the reader

[AsciiCommand(".sr")]
public class ShowRegionCommand : AsciiCommandBase, IAsciiCommand
Inheritance
ShowRegionCommand
Implements
Inherited Members
Extension Methods

Constructors

ShowRegionCommand()

Initializes a new instance of the ShowRegionCommand class

public ShowRegionCommand()

Properties

MaximumOutputPower

Gets the maximum output power in dBm supported by this reader for the defined region. Requires ReadParameters to return the value.

[AsciiParameter("ma")]
public int? MaximumOutputPower { get; }

Property Value

int?

MinimumOutputPower

Gets the minimum output power in dBm supported by this reader for the defined region. Requires ReadParameters to return the value.

[AsciiParameter("mi")]
public int? MinimumOutputPower { get; }

Property Value

int?

ReadParameters

Gets or sets a value indicating whether the response to the command should report all supported parameters and their current values

[AsciiParameter("p")]
public bool ReadParameters { get; set; }

Property Value

bool

Region

Gets or sets the region identifier. Factory Use Only.

[AsciiParameter("s")]
[AsciiResponse("SR")]
public string Region { get; set; }

Property Value

string

RegionPassword

Gets or sets the region password. Factory Use Only.

[AsciiParameter("rp")]
public string RegionPassword { get; set; }

Property Value

string