C# 클래스 ZXing.Mobile.ScanPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnRequestPauseAnalysis System.Action
OnRequestResumeAnalysis System.Action

Private Properties

프로퍼티 타입 설명
HandleResult void
RaiseEmptyResult void
RequestAutoFocusHandler void
RequestCancelHandler void
RequestIsTorchOnHandler bool
RequestPauseAnalysisHandler void
RequestResumeAnalysisHandler void
RequestToggleTorchHandler void
RequestTorchHandler void

공개 메소드들

메소드 설명
AutoFocus ( ) : void
Cancel ( ) : void
PauseAnalysis ( ) : void
RequestAutoFocus ( ) : void
RequestCancel ( ) : void
RequestIsTorchOn ( ) : bool
RequestPauseAnalysis ( ) : void
RequestResumeAnalysis ( ) : void
RequestToggleTorch ( ) : void
RequestTorch ( bool on ) : void
ResumeAnalysis ( ) : void
Scan ( ) : Task
Scan ( ZXing.Mobile.MobileBarcodeScanningOptions options ) : Task
ScanContinuously ( Action scanHandler ) : void
ScanContinuously ( ZXing.Mobile.MobileBarcodeScanningOptions options, Action scanHandler ) : void
ScanPage ( ) : System
ToggleTorch ( ) : void
Torch ( bool on ) : void

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

비공개 메소드들

메소드 설명
HandleResult ( ZXing result ) : void
RaiseEmptyResult ( ) : void
RequestAutoFocusHandler ( ) : void
RequestCancelHandler ( ) : void
RequestIsTorchOnHandler ( ) : bool
RequestPauseAnalysisHandler ( ) : void
RequestResumeAnalysisHandler ( ) : void
RequestToggleTorchHandler ( ) : void
RequestTorchHandler ( bool on ) : void

메소드 상세

AutoFocus() 공개 메소드

public AutoFocus ( ) : void
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void

OnNavigatingFrom() 보호된 메소드

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
리턴 void

PauseAnalysis() 공개 메소드

public PauseAnalysis ( ) : void
리턴 void

RequestAutoFocus() 공개 정적인 메소드

public static RequestAutoFocus ( ) : void
리턴 void

RequestCancel() 공개 정적인 메소드

public static RequestCancel ( ) : void
리턴 void

RequestIsTorchOn() 공개 정적인 메소드

public static RequestIsTorchOn ( ) : bool
리턴 bool

RequestPauseAnalysis() 공개 정적인 메소드

public static RequestPauseAnalysis ( ) : void
리턴 void

RequestResumeAnalysis() 공개 정적인 메소드

public static RequestResumeAnalysis ( ) : void
리턴 void

RequestToggleTorch() 공개 정적인 메소드

public static RequestToggleTorch ( ) : void
리턴 void

RequestTorch() 공개 정적인 메소드

public static RequestTorch ( bool on ) : void
on bool
리턴 void

ResumeAnalysis() 공개 메소드

public ResumeAnalysis ( ) : void
리턴 void

Scan() 공개 메소드

public Scan ( ) : Task
리턴 Task

Scan() 공개 메소드

public Scan ( ZXing.Mobile.MobileBarcodeScanningOptions options ) : Task
options ZXing.Mobile.MobileBarcodeScanningOptions
리턴 Task

ScanContinuously() 공개 메소드

public ScanContinuously ( Action scanHandler ) : void
scanHandler Action
리턴 void

ScanContinuously() 공개 메소드

public ScanContinuously ( ZXing.Mobile.MobileBarcodeScanningOptions options, Action scanHandler ) : void
options ZXing.Mobile.MobileBarcodeScanningOptions
scanHandler Action
리턴 void

ScanPage() 공개 메소드

public ScanPage ( ) : System
리턴 System

ToggleTorch() 공개 메소드

public ToggleTorch ( ) : void
리턴 void

Torch() 공개 메소드

public Torch ( bool on ) : void
on bool
리턴 void

프로퍼티 상세

OnRequestPauseAnalysis 공개적으로 정적으로 프로퍼티

public static Action,System OnRequestPauseAnalysis
리턴 System.Action

OnRequestResumeAnalysis 공개적으로 정적으로 프로퍼티

public static Action,System OnRequestResumeAnalysis
리턴 System.Action