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

Event arguments for RFID did read barcode event. More...

List of all members.

Public Member Functions

 RfidReadABarcodeEventArgs (String barcode, BarcodeType barcodeType)
 Constructor.

Properties

string Barcode [get, set]
 String property that holds barcode that is read.
BarcodeType BarcodeType [get, set]
 Enum that holds type of read barcode.

Detailed Description

Event arguments for RFID did read barcode event.


Constructor & Destructor Documentation

Nedap.HandheldApi.RfidReadABarcodeEventArgs.RfidReadABarcodeEventArgs ( String  barcode,
BarcodeType  barcodeType 
)

Constructor.

Parameters:
barcode
barcodeType

Property Documentation

string Nedap.HandheldApi.RfidReadABarcodeEventArgs.Barcode [get, set]

String property that holds barcode that is read.

BarcodeType Nedap.HandheldApi.RfidReadABarcodeEventArgs.BarcodeType [get, set]

Enum that holds type of read barcode.