Interface IResponseParameters
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Generic parameters for command responses
public interface IResponseParameters
Properties
IncludeDateTime
Gets or sets a value indicating whether DateTime stamps appear in reader responses
TriState? IncludeDateTime { get; set; }
Property Value
UseAlert
Gets or sets a value indicating whether alerts are enabled for the executing commands
TriState? UseAlert { get; set; }