|
|
|
@ -5,7 +5,7 @@ using LitJson;
@@ -5,7 +5,7 @@ using LitJson;
|
|
|
|
|
using System; |
|
|
|
|
|
|
|
|
|
namespace JXSoft { |
|
|
|
|
public class BluetoothGateway:IResponse |
|
|
|
|
public struct BluetoothGateway:IResponse |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// |
|
|
|
@ -34,10 +34,6 @@ namespace JXSoft {
@@ -34,10 +34,6 @@ namespace JXSoft {
|
|
|
|
|
|
|
|
|
|
private string exceptionMsg; |
|
|
|
|
|
|
|
|
|
public BluetoothGateway() { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string findDataByMac(string mac) { |
|
|
|
|
foreach (List<object> deviceMsg in devices) { |
|
|
|
|