Class EchoCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .ec Echo of the Technology Solutions UK Ltd ASCII 2 Protocol
(.ec) This command determines whether the command sent is echoed back to the host or not
[AsciiCommand(".ec")]
public class EchoCommand : ParameterCommandBase, IAsciiCommand
- Inheritance
-
EchoCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
EchoCommand()
Initializes a new instance of the EchoCommand class
public EchoCommand()
Properties
EchoEnabled
Gets or sets a value indicating whether the commands are echoed by the reader before sending the response. Null to use the current value
[AsciiParameter("e")]
public TriState? EchoEnabled { get; set; }