Share via


ClaimedBarcodeScanner.IsDisabledOnDataReceived property (Handheld 8)

2/18/2014

Gets or sets a Boolean value that indicates whether the barcode scanner is disabled after receiving the data.

Syntax

public bool IsDisabledOnDataReceived { get; set; }
Public Property IsDisabledOnDataReceived As Boolean
    Get
    Set
public:
property bool IsDisabledOnDataReceived {
    bool get();
    void set (bool value);
}

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

Set to true if the application wants to receive and process only one input or only one input at a time.

Remarks

When IsDisabledOnDataReceived is true, the application can only receive one data at a time and the device is disabled after the DataReceived event. The application must call EnableAsync to enable the device to received data.

See Also

Reference

ClaimedBarcodeScanner class