Class SwitchSinglePressUserActionCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .sp User defined switch Single Press action of the Technology Solutions UK Ltd ASCII 2 Protocol
(.sp) Command to set the "usr" action of the switch single press
[AsciiCommand(".sp")]
public class SwitchSinglePressUserActionCommand : AsciiCommandBase, IAsciiCommand
- Inheritance
-
SwitchSinglePressUserActionCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
SwitchSinglePressUserActionCommand()
Initializes a new instance of the SwitchSinglePressUserActionCommand class
public SwitchSinglePressUserActionCommand()
Properties
SinglePressUserAction
Gets or sets the single command to perform when the switch is in the single press state (e.g. ".bc")
[AsciiParameter("s")]
[AsciiResponse("SP")]
public string SinglePressUserAction { get; set; }