Class SwitchStateEventArgs
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Provides data for an event where the SwitchState has changed
public class SwitchStateEventArgs : EventArgs
- Inheritance
-
SwitchStateEventArgs
- Inherited Members
Constructors
SwitchStateEventArgs(SwitchState)
Initializes a new instance of the SwitchStateEventArgs class
public SwitchStateEventArgs(SwitchState state)
Parameters
state
SwitchStateThe new state
Properties
State
Gets the switch state
public SwitchState State { get; }