Table of Contents

Interface IAsciiReader

Namespace
TechnologySolutions.Rfid.AsciiOperations
Assembly
TechnologySolutions.Rfid.Operations.dll

The reader that an ASCII IReaderOperation gets to use

public interface IAsciiReader : IReaderReaderOperation, IReader
Inherited Members
Extension Methods

Methods

AddResponder(IAsciiCommandResponder)

Add the responder to the responder chain

void AddResponder(IAsciiCommandResponder responder)

Parameters

responder IAsciiCommandResponder

The responder to add

ExecuteAsync(AsciiCommandBase)

Executes the specified command reporting the response back to the executed command.

Task ExecuteAsync(AsciiCommandBase command)

Parameters

command AsciiCommandBase

The command to execute

Returns

Task

RemoveResponder(IAsciiCommandResponder)

Remove the responder from the responder chain

void RemoveResponder(IAsciiCommandResponder responder)

Parameters

responder IAsciiCommandResponder