ClaimedBarcodeScanner.IsEnabled 속성

정의

바코드 스캐너가 DataReceived 이벤트를 받을 수 있는지 여부를 나타냅니다.

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

속성 값

Boolean

bool

True이면 디바이스가 DataReceived 이벤트를 수신할 수 있습니다. 그렇지 않으면 false입니다.

적용 대상