修复V8.cs中缺少isConnected字段的错误
This commit is contained in:
@@ -130,6 +130,7 @@ namespace JoyD.Windows.CS.Toprie
|
|||||||
// 私有字段
|
// 私有字段
|
||||||
private string deviceIp;
|
private string deviceIp;
|
||||||
private Socket socket;
|
private Socket socket;
|
||||||
|
private bool isConnected = false;
|
||||||
private static bool isSdkInitialized = false;
|
private static bool isSdkInitialized = false;
|
||||||
private static Dictionary<string, V8> deviceInstances = new Dictionary<string, V8>();
|
private static Dictionary<string, V8> deviceInstances = new Dictionary<string, V8>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user