GUI standby v1.0
This commit is contained in:
@@ -10,7 +10,7 @@ extern "C"{
|
||||
typedef enum {
|
||||
BUSY,// device is preparing for scan
|
||||
READY,// device is ready for scan
|
||||
SCANING,// device is doing scan
|
||||
SCANNING,// device is doing scan
|
||||
ERROR// some device inner error are occured
|
||||
} DeviceStatus;
|
||||
|
||||
@@ -38,11 +38,11 @@ extern int ScanControl(ScanAction actionType);
|
||||
|
||||
extern StatusInfo GetStatus();
|
||||
|
||||
extern int SetScanInf(const char *jsonString);
|
||||
extern int SetScanInfo(const char *jsonString,int empty);
|
||||
|
||||
extern const char *GetPreviewData();
|
||||
|
||||
extern const char *GetDeviceInf(DeviceInfo infoType);
|
||||
extern const char *GetDeviceInfo(DeviceInfo infoType);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user