Table of Contents

Class TimeCommand

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

The .tm Time Command of the Technology Solutions UK Ltd ASCII 2 Protocol

(.tm) A command to obtain or set the time of the reader's real-time clock

[AsciiCommand(".tm")]
public class TimeCommand : AsciiCommandBase, IAsciiCommand
Inheritance
TimeCommand
Implements
Inherited Members
Extension Methods

Constructors

TimeCommand()

Initializes a new instance of the TimeCommand class

public TimeCommand()

Properties

Time

Gets or sets the time to write to the reader. Set to null (Nothing in Visual Basic) to read the current time

[AsciiParameter("s")]
[AsciiResponse("TM")]
public DateTime? Time { get; set; }

Property Value

DateTime?