Class BarcodeDataAvailableEventArgs
- Namespace
- Iot.Device.AtomQrCode
- Assembly
- Iot.Device.AtomQrCode.dll
Provides data for the BarcodeDataAvailable event.
public class BarcodeDataAvailableEventArgs : EventArgs
- Inheritance
-
BarcodeDataAvailableEventArgs
Properties
BarcodeData
Gets the barcode data.
public string BarcodeData { get; }