Share via


ClaimedBarcodeScanner.SetActiveSymbologiesAsync method (Handheld 8)

2/18/2014

Sets the barcode symbologies for the device to use.

Syntax

public IAsyncAction SetActiveSymbologiesAsync(
    IEnumerable<uint> symbologies
)
Public Function SetActiveSymbologiesAsync(
    symbologies As IEnumerable(Of UInteger)
) As IAsyncAction
public:
IAsyncAction^ SetActiveSymbologiesAsync(
    IIterable<unsigned int>^ symbologies
)

Parameters

  • symbologies
    Type: System.Collections.Generic.IEnumerable<UInt32> [.NET] | IIterable<UInt32> [C++]

    The specific symbologies to use.

Return value

Type: IAsyncAction

No object or value is returned when this method completes.

See Also

Reference

ClaimedBarcodeScanner class