POS.NET ScanDataEvent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am just working on POS application using the POS.NET. The
Scanner.DataEvent is fired when data are scanned by a device. Actually the
serve object fires this event with

Microsoft.PointOfService.BaseServiceObjects.ScannerBase.ScanDataEvent which
encapsulates all data necessary as a result of scanning a bar code.

Unfortunately this class ScanDataEvent is private nested class for
ScannerBase so not accessible from the client code.

How can I access those event data without accessing the Scanner object
directly, or am I missing something?

Regards,
Stefan Belopotocan
 
Stefan,

You may want to post your question to microsoft.public.windows.embedded.pointofservice newsgroup.

POS.NET framework is currently only supported on WEPOS.
 
Back
Top