Table of Contents

Class LinkProfileCommand

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Commands
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

The @protocol.commands.lp of the Technology Solutions UK Ltd ASCII 2 Protocol

(.lp) This command reads and sets the current RF link profile.

[AsciiCommand(".lp")]
public class LinkProfileCommand : AsciiCommandBase, IAsciiCommand
Inheritance
LinkProfileCommand
Implements
Inherited Members
Extension Methods

Remarks

Added for ASCII Protocol 2.2

Constructors

LinkProfileCommand()

Initializes a new instance of the LinkProfileCommand class

public LinkProfileCommand()

Properties

Profile

Gets or sets a value for the Reader's RF link profile

Valid values are reader and region specific:

  • series 1xxx: 0 - 5
  • series 2xxx: 0 - 4
  • series 3xxx: 103, 302, 120, 323, 202, 345, 344, 223, 222, 241, 244, 285

Check the command executed successfully to confirm validity.

[AsciiParameter("s")]
[AsciiResponse("LP")]
public int? Profile { get; set; }

Property Value

int?