Interface INotifyTransportChanged
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Transports
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Reports changes in ASCII transports to the application
public interface INotifyTransportChanged
Remarks
It is anticipated that there will be a single instance of this class to report to the whole application
Events
TransportChanged
Raised when a new transport becomes available, changes or is removed
event EventHandler<TransportStateChangedEventArgs> TransportChanged