Table of Contents

Class CommandSequencer

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

Provides a unique command identifier for each command sent (where commands are indexed)

public static class CommandSequencer
Inheritance
CommandSequencer
Inherited Members

Properties

CommandIdentifier

Gets the current CommandIdentifier value

public static int CommandIdentifier { get; }

Property Value

int

Methods

NextCommandIdentifier()

Advances the index to the next value

public static void NextCommandIdentifier()