Table of Contents

Interface ICommandParameters

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

Parameters for generic control of ASCII commands

public interface ICommandParameters

Properties

ReadParameters

Gets or sets a value indicating whether the command should request the response includes a list of supported parameters and their current values

bool ReadParameters { get; set; }

Property Value

bool

ResetParameters

Gets or sets a value indicating whether the command should reset all its parameters to default values

bool ResetParameters { get; set; }

Property Value

bool

TakeNoAction

Gets or sets a value indicating whether the command primary action should not be performed (e.g. InventoryCommand will not perform the inventory action) All other actions, such as setting parameters in the reader are performed

bool TakeNoAction { get; set; }

Property Value

bool