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
IAsciiCommandResponderThe responder to add
ExecuteAsync(AsciiCommandBase)
Executes the specified command reporting the response back to the executed command.
Task ExecuteAsync(AsciiCommandBase command)
Parameters
command
AsciiCommandBaseThe command to execute
Returns
RemoveResponder(IAsciiCommandResponder)
Remove the responder from the responder chain
void RemoveResponder(IAsciiCommandResponder responder)
Parameters
responder
IAsciiCommandResponder