Table of Contents

Class SwitchSinglePressCommand

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Commands
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

The .ps Push Switch Single press of the Technology Solutions UK Ltd ASCII 2 Protocol

(.ps) A command that activates the single press switch action for the specified number of seconds

[AsciiCommand(".ps")]
public class SwitchSinglePressCommand : ActionCommandBase, IAsciiCommand, ICommandParameters
Inheritance
SwitchSinglePressCommand
Implements
Inherited Members
Extension Methods

Constructors

SwitchSinglePressCommand()

Initializes a new instance of the SwitchSinglePressCommand class

public SwitchSinglePressCommand()

Properties

PressDuration

Gets or sets the duration in seconds the switch remains pressed

[AsciiParameter("t")]
public int? PressDuration { get; set; }

Property Value

int?