Share via


RFIDScanner.DataEvent Event

2/27/2008

Notifies the application that input data from the RFID Scanner is available.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Event DataEvent As DataEventHandler
public abstract event DataEventHandler DataEvent
public:
virtual event DataEventHandler^ DataEvent {
    void add (DataEventHandler^ value) abstract;
    void remove (DataEventHandler^ value) abstract;
}
/** @event */
public abstract void add_DataEvent (DataEventHandler value)

/** @event */
public abstract void remove_DataEvent (DataEventHandler value)

Remarks

The property TagCount is updated before this event being delivered to the application. For tag details reported by this DataEvent event, the application should start the FirstTag or NextTag method to enumerate each tag in the event, and then query a series of CurrentTag properties.

See Also

Reference

RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace