Class AlertDateTimeCommandBase
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Base class for commands that support -n -p -x -al -dt
public abstract class AlertDateTimeCommandBase : ActionCommandBase, IAsciiCommand, ICommandParameters, IResponseParameters
- Inheritance
-
AlertDateTimeCommandBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AlertDateTimeCommandBase(string)
Initializes a new instance of the AlertDateTimeCommandBase class
protected AlertDateTimeCommandBase(string commandName)
Parameters
commandNamestringThe command name
AlertDateTimeCommandBase(string, AsciiResponder)
Initializes a new instance of the AlertDateTimeCommandBase class
protected AlertDateTimeCommandBase(string commandName, AsciiResponder responder)
Parameters
commandNamestringThe command name
responderAsciiResponderThe responder to use to capture the command response
Properties
IncludeDateTime
Gets or sets a value indicating whether the date and time is included in the response when a barcode is read
[AsciiParameter("dt", "timestamp")]
public TriState? IncludeDateTime { get; set; }
Property Value
IsAlertSupported
Gets or sets a value indicating whether the UseAlert property is supported for this command
protected bool IsAlertSupported { get; set; }
Property Value
UseAlert
Gets or sets a value indicating whether the alert is sounded when a barcode is read. Set to null to not change the value
[AsciiParameter("al", "alert")]
public TriState? UseAlert { get; set; }