Interface IAsciiResponse
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
A response to as IAsciiCommand
public interface IAsciiResponse
- Extension Methods
Properties
ErrorCode
Gets the error code or an empty string if none
string ErrorCode { get; }
Property Value
IsSuccessful
Gets a value indicating whether the command executed successfully
bool IsSuccessful { get; }
Property Value
Lines
Gets all the lines as received from the last response
IEnumerable<IAsciiResponseLine> Lines { get; }