프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnRequestPauseAnalysis | System.Action | ||
OnRequestResumeAnalysis | System.Action |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
||
ScanContinuously ( ZXing.Mobile.MobileBarcodeScanningOptions options, Action |
||
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 |
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | |
리턴 | void |
protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigatingCancelEventArgs | |
리턴 | void |
public Scan ( ZXing.Mobile.MobileBarcodeScanningOptions options ) : Task |
||
options | ZXing.Mobile.MobileBarcodeScanningOptions | |
리턴 | Task |
public ScanContinuously ( Action |
||
scanHandler | Action |
|
리턴 | void |
public ScanContinuously ( ZXing.Mobile.MobileBarcodeScanningOptions options, Action |
||
options | ZXing.Mobile.MobileBarcodeScanningOptions | |
scanHandler | Action |
|
리턴 | void |
public static Action,System OnRequestPauseAnalysis | ||
리턴 | System.Action |