From 591aacee97f4a6486631c38a6b418e20b2c4109c Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 10 九月 2020 14:56:47 +0800 Subject: [PATCH] update --- device/include/netdisk.h | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/device/include/netdisk.h b/device/include/netdisk.h index 1af6837..b2b3fb6 100644 --- a/device/include/netdisk.h +++ b/device/include/netdisk.h @@ -28,22 +28,20 @@ } Netdisk_DownloadRequest; - +typedef struct DeviceInfo +{ + int startChannel; //璧峰閫氶亾鍙� + int maxChannels; //鏈�澶ч�氶亾鏁� + +} DeviceInfo; // 缃戠粶纭洏 鎶借薄绫� class Netdisk { private: std::string loginDataFile; - struct DeviceInfo - { - int startChannel; //璧峰閫氶亾鍙� - int maxChannels; //鏈�澶ч�氶亾鏁� - - }; + protected: - - DeviceInfo deviceInfo; std::string deviceType; //璁惧绫诲瀷 std::string loginUUID; -- Gitblit v1.8.0