Table of Contents

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

TriState?

UseAlert

Gets or sets a value indicating whether alerts are enabled for the executing commands

TriState? UseAlert { get; set; }

Property Value

TriState?