Table of Contents

Interface IAsciiCommandResponder

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

The interface for classes that handle responses from ASCII 2.x commands

public interface IAsciiCommandResponder
Extension Methods

Methods

ProcessReceivedLine(IAsciiResponseLine, bool)

Each correctly terminated line from the device is passed to this method for processing

bool ProcessReceivedLine(IAsciiResponseLine line, bool moreLinesAvailable)

Parameters

line IAsciiResponseLine

The line to be processed

moreLinesAvailable bool

When true indicates there are additional lines to be processed (and will also be passed to this method)

Returns

bool

True if this line should not be passed to any other responder