Browse Source

修改markdown 文档

tags/v1.4.5_20211215
iot_user 5 years ago
parent
commit
f20fcaf6a7
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      READMD_CN.md
  2. 2
    2
      README.md

+ 1
- 1
READMD_CN.md View File

``` ```
#### 4.接收透传数据 #### 4.接收透传数据
//MARK:接收透传数据(不符合AILink协议的数据,需要做透传的客户可在此根据自己的协议解析数据,透传数据不可以"A6"或"A7"开头) //MARK:接收透传数据(不符合AILink协议的数据,需要做透传的客户可在此根据自己的协议解析数据,透传数据不可以"A6"或"A7"开头)
````
```
-(void)bluetoothManagerReceivePassData:(NSData *)data{ -(void)bluetoothManagerReceivePassData:(NSData *)data{
    NSLog(@"bluetoothManagerReceivePassData = %@",data.description);     NSLog(@"bluetoothManagerReceivePassData = %@",data.description);
       

+ 2
- 2
README.md View File

# AILinkBleSDK instructions
# AILinkBleSDK instructions


[English](README.md) [English](README.md)


``` ```
#### 4.Receive transparent data #### 4.Receive transparent data
//MARK:Receive transparent transmission data (data that does not comply with the AILink protocol, customers who need to do transparent transmission can parse the data according to their own protocol, transparent transmission data cannot start with "A6" or "A7") //MARK:Receive transparent transmission data (data that does not comply with the AILink protocol, customers who need to do transparent transmission can parse the data according to their own protocol, transparent transmission data cannot start with "A6" or "A7")
````
```
-(void)bluetoothManagerReceivePassData:(NSData *)data{ -(void)bluetoothManagerReceivePassData:(NSData *)data{
    NSLog(@"bluetoothManagerReceivePassData = %@",data.description);     NSLog(@"bluetoothManagerReceivePassData = %@",data.description);
       

Loading…
Cancel
Save