Class ConnectionStateChangedEventArgs
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Extensions
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The EventArgs provided by the ConnectionStateChanged event
public class ConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
ConnectionStateChangedEventArgs
- Inherited Members
Constructors
ConnectionStateChangedEventArgs(INamedReader, ReaderConnectionState)
Initializes a new instance of the ConnectionStateChangedEventArgs class.
public ConnectionStateChangedEventArgs(INamedReader reader, ReaderConnectionState state)
Parameters
reader
INamedReaderthe reader whose state has changed
state
ReaderConnectionStatethe new state of the reader
Properties
ConnectionState
Gets the new connection state for the INamedReader
public ReaderConnectionState ConnectionState { get; }
Property Value
Reader
Gets the INamedReader instance whose connection has changed
public INamedReader Reader { get; }