C# Class SmartHome.HoloLens.QrCodeReader

Mostrar archivo Open project: xamarin/urho-samples Class Usage Examples

Public Methods

Method Description
ReadAsync ( CancellationToken token = default(CancellationToken) ) : Task

Continuously look for a QR code NOTE: this method won't work if recording is enabled ('hey Cortana, start recording' thing).

Method Details

ReadAsync() public static method

Continuously look for a QR code NOTE: this method won't work if recording is enabled ('hey Cortana, start recording' thing).
public static ReadAsync ( CancellationToken token = default(CancellationToken) ) : Task
token System.Threading.CancellationToken
return Task