Class HidConfigurationCommandBase
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Base class for the HID configuration commands
public abstract class HidConfigurationCommandBase : ParameterCommandBase, IAsciiCommand
- Inheritance
-
HidConfigurationCommandBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
HidConfigurationCommandBase(string)
Initializes a new instance of the HidConfigurationCommandBase class
protected HidConfigurationCommandBase(string commandName)
Parameters
commandName
stringThe command name
Properties
BarcodeHeader
Gets or sets the up to two ASCII characters sent before a successful barcode scan when in HID mode
[AsciiParameter("bh")]
public string BarcodeHeader { get; set; }
Property Value
BarcodeTerminator
Gets or sets the up to two ASCII characters sent after a successful barcode scan when in HID mode
[AsciiParameter("bt")]
public string BarcodeTerminator { get; set; }
Property Value
InventoryHeader
Gets or sets the up to two ASCII characters sent before an inventory when in HID mode
[AsciiParameter("ih")]
public string InventoryHeader { get; set; }
Property Value
InventoryTerminator
Gets or sets the up to two ASCII characters sent after an inventory when in HID mode
[AsciiParameter("it")]
public string InventoryTerminator { get; set; }
Property Value
ReadTransponderHeader
Gets or sets the up to two ASCII characters sent before a read transponder responder when in HID mode
[AsciiParameter("rh")]
public string ReadTransponderHeader { get; set; }
Property Value
ReadTransponderTerminator
Gets or sets the up to two ASCII characters sent after a read transponder responder when in HID mode
[AsciiParameter("rt")]
public string ReadTransponderTerminator { get; set; }
Property Value
TransponderDataFormat
Gets or sets the format of transponder data sent when in HID mode
[AsciiParameter("td")]
public TransmitMode? TransponderDataFormat { get; set; }
Property Value
TransponderDataHeader
Gets or sets the up to two ASCII characters sent before transponder data when in HID mode
[AsciiParameter("dh")]
public string TransponderDataHeader { get; set; }
Property Value
TransponderDataTerminator
Gets or sets the up to two ASCII characters sent after transponder data when in HID mode
[AsciiParameter("dt")]
public string TransponderDataTerminator { get; set; }
Property Value
TransponderIdentifierHeader
Gets or sets the up to two ASCII characters sent before a transponder epc when in HID mode
[AsciiParameter("eh")]
public string TransponderIdentifierHeader { get; set; }
Property Value
TransponderIdentifierTerminator
Gets or sets the up to two ASCII characters sent after a transponder epc when in HID mode
[AsciiParameter("et")]
public string TransponderIdentifierTerminator { get; set; }