Nedap.HandheldApi
Public Member Functions | Properties
Nedap.HandheldApi.ReadBarcodeEventArgs Class Reference

Used as an argument for OnReadBarcode event. More...

List of all members.

Public Member Functions

 ReadBarcodeEventArgs (string barcode, BarcodeType barcodeType)
 Constructor.

Properties

string Barcode [get]
 Barcode value which is read by the handheld.
BarcodeType BarcodeType [get]
 Barcode type which is read by the handheld.

Detailed Description

Used as an argument for OnReadBarcode event.


Constructor & Destructor Documentation

Nedap.HandheldApi.ReadBarcodeEventArgs.ReadBarcodeEventArgs ( string  barcode,
BarcodeType  barcodeType 
)

Constructor.

Parameters:
barcode
barcodeType

Property Documentation

string Nedap.HandheldApi.ReadBarcodeEventArgs.Barcode [get]

Barcode value which is read by the handheld.

BarcodeType Nedap.HandheldApi.ReadBarcodeEventArgs.BarcodeType [get]

Barcode type which is read by the handheld.