BarcodeScanner.IsSymbologySupportedAsync(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified symbology is supported by the barcode scanner.
public:
virtual IAsyncOperation<bool> ^ IsSymbologySupportedAsync(unsigned int barcodeSymbology) = IsSymbologySupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsSymbologySupportedAsync(uint32_t const& barcodeSymbology);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsSymbologySupportedAsync(uint barcodeSymbology);
function isSymbologySupportedAsync(barcodeSymbology)
Public Function IsSymbologySupportedAsync (barcodeSymbology As UInteger) As IAsyncOperation(Of Boolean)
Parameters
- barcodeSymbology
-
UInt32
unsigned int
uint32_t
The specific barcode symbology.
Returns
True if the device supports the specified symbology; otherwise, false.
- Attributes