Table of Contents

Class SystemCommand

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

(.sy) A command to modify (non-RF) Reader options

[AsciiCommand(".sy")]
public class SystemCommand : ParameterCommandBase, IAsciiCommand
Inheritance
SystemCommand
Implements
Inherited Members
Extension Methods

Constructors

SystemCommand()

Initializes a new instance of the BatteryStatusCommand class

public SystemCommand()

Properties

BatterySaverMode

Gets or sets a value for the battery saver mode

[AsciiParameter("bs")]
public BatterySaverMode? BatterySaverMode { get; set; }

Property Value

BatterySaverMode?

EPopLoqBaudRate

Gets or sets a value for the ePop-Loq baud rate

[AsciiParameter("eb")]
public int? EPopLoqBaudRate { get; set; }

Property Value

int?

SystemVolume

Gets or sets a value for the system volume

[AsciiParameter("sv")]
public int? SystemVolume { get; set; }

Property Value

int?