Table of Contents

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 string

The 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

string

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

string

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

string

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

string

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

string

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

string

TransponderDataFormat

Gets or sets the format of transponder data sent when in HID mode

[AsciiParameter("td")]
public TransmitMode? TransponderDataFormat { get; set; }

Property Value

TransmitMode?

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

string

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

string

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

string

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; }

Property Value

string