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