DESKTOP-B25GA9E\W35
2 years ago
8 changed files with 90 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: cdc27ec2fd28d2c43ba1eeb65b7e16b1 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,49 @@ |
|||||||
|
using System.Collections; |
||||||
|
using System.Collections.Generic; |
||||||
|
using UnityEngine; |
||||||
|
using LitJson; |
||||||
|
|
||||||
|
namespace JXSoft { |
||||||
|
public class BluetoothGateway:IResponse |
||||||
|
{ |
||||||
|
/// <summary> |
||||||
|
/// |
||||||
|
/// </summary> |
||||||
|
public int v { get; set; } |
||||||
|
/// <summary> |
||||||
|
/// |
||||||
|
/// </summary> |
||||||
|
public int mid { get; set; } |
||||||
|
/// <summary> |
||||||
|
/// |
||||||
|
/// </summary> |
||||||
|
public int time { get; set; } |
||||||
|
/// <summary> |
||||||
|
/// 用时 |
||||||
|
/// </summary> |
||||||
|
public string ip { get; set; } |
||||||
|
/// <summary> |
||||||
|
/// 地址 |
||||||
|
/// </summary> |
||||||
|
public string mac { get; set; } |
||||||
|
/// <summary> |
||||||
|
/// 设备信息 |
||||||
|
/// </summary> |
||||||
|
public List<List<int>> devices { get; set; } |
||||||
|
|
||||||
|
public string toProtocolData() |
||||||
|
{ |
||||||
|
return ""; |
||||||
|
} |
||||||
|
|
||||||
|
public bool trySetData(string protocolData) |
||||||
|
{ |
||||||
|
throw new System.NotImplementedException(); |
||||||
|
} |
||||||
|
|
||||||
|
public string getException() |
||||||
|
{ |
||||||
|
throw new System.NotImplementedException(); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,11 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 13a2cca89eba62b4190e83ab540a781f |
||||||
|
MonoImporter: |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: c29f7b7272f37b648a299662bc951a33 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue