IReaderImplementation.Notification Event

TegoOS

IReaderImplementationNotification Event
Raised to report status notifications from reader.

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

Value

Type: SystemActionIReaderNotification
See Also