Class ReaderModuleVersion
This class represents the Name and Version of a module of the Reader.
Inheritance
System.Object
ReaderModuleVersion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ReaderModuleVersion
Properties
ModuleName
Gets Module name the version of which is being reported in UTF-8 String
Declaration
public string ModuleName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ModuleVersion
Gets the version of the module in UTF-8 String
Declaration
public string ModuleVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |