Interface IAsciiCommandSynchronousResponder
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Extends IAsciiCommandResponder to provide properties and methods required for synchronous execution
public interface IAsciiCommandSynchronousResponder : IAsciiCommandResponder
- Inherited Members
- Extension Methods
Properties
IsResponseFinished
Gets a value indicating whether the response is complete (i.e. received OK: or ER:)
bool IsResponseFinished { get; }
Property Value
Methods
ClearLastResponse()
Clears the values from the last response
void ClearLastResponse()
Remarks
Derived classes must call super class to ensure correct operation