ReaderEvent Enumeration

TegoOS

ReaderEvent Enumeration
Represents Reader Events

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public enum ReaderEvent
Public Enumeration ReaderEvent
public enum class ReaderEvent
type ReaderEvent
Members
  Member nameValueDescription
Connected0Raised when the reader has connected.
Disconnected1Raised when the reader has disconnected unexpectedly.
Failed2Raised when the reader has failed and cannot continue operation.
Error3Raised when the reader has experienced an error but can continue operation.
TemperatureLimitExceeded4Raised when the reader temperature is too high.
LowBattery5Raised when the reader battery is too low.
See Also