BarcodeScanner.IsSymbologySupportedAsync method (Handheld 8)
2/18/2014
Determines whether the specified symbology is supported by the barcode scanner.
Syntax
public IAsyncOperation<bool> IsSymbologySupportedAsync(
uint barcodeSymbology
)
Public Function IsSymbologySupportedAsync(
barcodeSymbology As UInteger
) As IAsyncOperation(Of Boolean)
public:
IAsyncOperation<bool>^ IsSymbologySupportedAsync(
unsigned int barcodeSymbology
)
Parameters
barcodeSymbology
Type: System.UInt32 [.NET] | uint32 [C++]The specific barcode symbology.
Return value
Type: IAsyncOperation<Boolean>
True if the device supports the specified sybmobology; otherwise, false.