ReaderImplementation.Notification Event

TegoOS

ReaderImplementationNotification Event
Raised to report status indication from reader.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public event Action<IReaderNotification> Notification
Public Event Notification As Action(Of IReaderNotification)
public:
virtual  event Action<IReaderNotification^>^ Notification {
	void add (Action<IReaderNotification^>^ value);
	void remove (Action<IReaderNotification^>^ value);
}
abstract Notification : IEvent<Action<IReaderNotification>,
    EventArgs>
override Notification : IEvent<Action<IReaderNotification>,
    EventArgs>

Value

Type: SystemActionIReaderNotification

Implements

IReaderImplementationNotification
See Also