Class SwitchStateCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .ss Switch State Command of the Technology Solutions UK Ltd ASCII 2 Protocol
(.ss) ASCII command to query the switch state
[AsciiCommand(".ss")]
public class SwitchStateCommand : AsciiCommandBase, IAsciiCommand
- Inheritance
-
SwitchStateCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
SwitchStateCommand()
Initializes a new instance of the SwitchStateCommand class
public SwitchStateCommand()
Properties
State
Gets the last switch state received from the device
[AsciiResponse("SW")]
public SwitchState State { get; }