Class Events.ReaderExceptionEventData
Represents Reader Disconnect event data. Right now, no data is associated with this event.
Inheritance
System.Object
Events.ReaderExceptionEventData
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 ReaderExceptionEventData
Properties
ReaderExceptionEventInfo
Indicates the reason for Reader Exception.
Declaration
public string ReaderExceptionEventInfo { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReaderExceptionEventType
Indicates the reason for Reader Exception.
Declaration
public READER_EXCEPTION_EVENT_TYPE ReaderExceptionEventType { get; }
Property Value
| Type | Description |
|---|---|
| READER_EXCEPTION_EVENT_TYPE |