Class ReaderCapabilities.ReaderIdentification
Represents Reader Identification. This carries an identification parameter that is unique within the local administration domain. The identifier could be the Reader MAC address or EPC. The IDType defines the type of the identification value contained in this Parameter.
Inheritance
System.Object
ReaderCapabilities.ReaderIdentification
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 ReaderIdentification
Properties
ID
Reader's Unique Identification
Declaration
public string ID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Type of Reader ID : MAC-Address or EPC-ID as supported by the reader.
Declaration
public READER_ID_TYPE Type { get; }
Property Value
| Type | Description |
|---|---|
| READER_ID_TYPE |