C# 클래스 SmartHome.HoloLens.QrCodeReader

파일 보기 프로젝트 열기: xamarin/urho-samples 1 사용 예제들

공개 메소드들

메소드 설명
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).

메소드 상세

ReadAsync() 공개 정적인 메소드

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
리턴 Task