Tanoda
QRCodeDecodeController Class Reference
Inheritance diagram for QRCodeDecodeController:

Public Member Functions

delegate void QRScanFinished (string str)
 
void Reset ()
 Reset this scan param More...
 
void StartWork ()
 Stops the work. More...
 
void StopWork ()
 Stops the work. More...
 

Static Public Member Functions

static string DecodeByStaticPic (Texture2D tex)
 Decodes the by static picture. More...
 

Public Attributes

DeviceCameraController e_DeviceController
 

Events

QRScanFinished onQRScanFinished
 

Detailed Description

Definition at line 9 of file QRCodeDecodeController.cs.

Member Function Documentation

◆ DecodeByStaticPic()

static string QRCodeDecodeController.DecodeByStaticPic ( Texture2D  tex)
static

Decodes the by static picture.

Returns
return the decode result string
Parameters
textarget texture.

Definition at line 163 of file QRCodeDecodeController.cs.

◆ QRScanFinished()

delegate void QRCodeDecodeController.QRScanFinished ( string  str)

◆ Reset()

void QRCodeDecodeController.Reset ( )

Reset this scan param

Definition at line 132 of file QRCodeDecodeController.cs.

◆ StartWork()

void QRCodeDecodeController.StartWork ( )

Stops the work.

Definition at line 141 of file QRCodeDecodeController.cs.

◆ StopWork()

void QRCodeDecodeController.StopWork ( )

Stops the work.

Definition at line 151 of file QRCodeDecodeController.cs.

Member Data Documentation

◆ e_DeviceController

DeviceCameraController QRCodeDecodeController.e_DeviceController

Definition at line 18 of file QRCodeDecodeController.cs.

Event Documentation

◆ onQRScanFinished

QRScanFinished QRCodeDecodeController.onQRScanFinished

Definition at line 13 of file QRCodeDecodeController.cs.


The documentation for this class was generated from the following file: