Class AsciiCommandAttribute
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
This attribute is used to identify the class as an Technology Solutions UK Ltd ASCII 2 Protocol command. It reports the parameter identifier as written to the command line
[AttributeUsage(AttributeTargets.Class)]
public sealed class AsciiCommandAttribute : Attribute
- Inheritance
-
AsciiCommandAttribute
- Inherited Members
Constructors
AsciiCommandAttribute(string)
Initializes a new instance of the AsiiCommandAttribute class
public AsciiCommandAttribute(string commandIdentifier)
Parameters
commandIdentifier
stringThe identifier for the ASCII command (.e.g. .vr)
Properties
CommandIdentifier
Gets the identifier of the command as written to the command line (e.g. .iv)
public string CommandIdentifier { get; }