Interface IAsciiResponder
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Provides an event to notify listeners as lines are received as part of a command response
public interface IAsciiResponder
Events
CommandComplete
Raised when the command receives the OK or ER response
event EventHandler CommandComplete
Event Type
CommandStarted
Raised when the command receives the CS header
event EventHandler CommandStarted
Event Type
ReceivedLine
Raised as each line of a response is received
event EventHandler<AsciiLineEventArgs> ReceivedLine