Table of Contents

Class ActionCommandBase

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

Base class for commands that support -n -p -x

public abstract class ActionCommandBase : ParameterCommandBase, IAsciiCommand, ICommandParameters
Inheritance
ActionCommandBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

ActionCommandBase(string)

Initializes a new instance of the ActionCommandBase class

protected ActionCommandBase(string commandName)

Parameters

commandName string

The command name

ActionCommandBase(string, AsciiResponder)

Initializes a new instance of the ActionCommandBase class

protected ActionCommandBase(string commandName, AsciiResponder responder)

Parameters

commandName string

The command name

responder AsciiResponder

The responder to use to capture the command response

Properties

TakeNoAction

Gets or sets a value indicating whether the command should only update the parameters and not perform the action of the command

[AsciiParameter("n", "command")]
public bool TakeNoAction { get; set; }

Property Value

bool