Table of Contents

Class AbortCommand

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

The .ab Abort Command of the Technology Solutions UK Ltd ASCII 2 Protocol

(.ab) A command to terminate the current command and any pending commands. It also stops any software switch presses that are in progress.

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

Constructors

AbortCommand()

Initializes a new instance of the AbortCommand class with the specified responder

public AbortCommand()