Table of Contents

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 INamedReader

the reader whose state has changed

state ReaderConnectionState

the new state of the reader

Properties

ConnectionState

Gets the new connection state for the INamedReader

public ReaderConnectionState ConnectionState { get; }

Property Value

ReaderConnectionState

Reader

Gets the INamedReader instance whose connection has changed

public INamedReader Reader { get; }

Property Value

INamedReader