A Sandcastle Documented Class Library
ReaderImplementationOnNotification Method |
Raises the Notification event in order to provide a status indication.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected void OnNotification( IReaderNotification notification )
Protected Sub OnNotification ( notification As IReaderNotification )
protected: void OnNotification( IReaderNotification^ notification )
member OnNotification : notification : IReaderNotification -> unit
Parameters
- notification
- Type: Tego.Rfid.Gen2IReaderNotification
Staus beiong notified.
See Also