Class SwitchDoublePressCommand
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Commands
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
The .pd Push Switch Double press of the Technology Solutions UK Ltd ASCII 2 Protocol
(.pd) A command that activates the double press switch action for the specified number of seconds
[AsciiCommand(".pd")]
public sealed class SwitchDoublePressCommand : ActionCommandBase, IAsciiCommand, ICommandParameters
  - Inheritance
 - 
      
      
      
      
      SwitchDoublePressCommand
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SwitchDoublePressCommand()
Initializes a new instance of the SwitchDoublePressCommand class
public SwitchDoublePressCommand()
  Properties
PressDuration
Gets or sets the duration in seconds the switch remains active
[AsciiParameter("t")]
public int? PressDuration { get; set; }
  Property Value
- int?