ClaimedBarcodeScanner.IsEnabled Property

Definition

Indicates whether the barcode scanner can receive DataReceived events.

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = claimedBarcodeScanner.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

Property Value

Boolean

bool

True if the device can receive DataReceived events; otherwise, false.

Applies to