Nedap.HandheldApi
|
Used as an argument for OnReadBarcode event. More...
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. |
Used as an argument for OnReadBarcode event.
Nedap.HandheldApi.ReadBarcodeEventArgs.ReadBarcodeEventArgs | ( | string | barcode, |
BarcodeType | barcodeType | ||
) |
Constructor.
barcode | |
barcodeType |
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.