瀏覽代碼

fix: doc

master
larryzhang 2 年之前
父節點
當前提交
968ab1bfc3
共有 2 個檔案被更改,包括 5 行新增6 行删除
  1. 3
    4
      README.md
  2. 2
    2
      README_CN.md

+ 3
- 4
README.md 查看文件

| Version | Update time | Author | Update information | | Version | Update time | Author | Update information |
|---------|------------:| ---------: | ----------------- | |---------|------------:| ---------: | ----------------- |
| v1.0 | 2019/07/08 |JosonXiong | Preliminary version | | v1.0 | 2019/07/08 |JosonXiong | Preliminary version |
|v1.1.1 |2023/06/26 |Larry| Document filing | |v1.1.1 |2023/06/26 |Larry| Document filing |


## Table of Contents ## Table of Contents


## 1st、The conditions of use ## 1st、The conditions of use
> * Minimum version iOS 8.0
> * The Bluetooth version used by the device requires 4.0 and above.
Minimum version iOS 8.0
The Bluetooth version used by the device requires 4.0 and above.
## 2nd、Use ## 2nd、Use
1. Import TPSMSleSDK.framework into the Xcode project. 1. Import TPSMSleSDK.framework into the Xcode project.
2. Add "Privacy-Bluetooth Always Usage Description" to the info.plist file; 2. Add "Privacy-Bluetooth Always Usage Description" to the info.plist file;
-(void)TPMSBleManagerUpdateBleState:(TPMSBluetoothState)state; -(void)TPMSBleManagerUpdateBleState:(TPMSBluetoothState)state;
-(void)TPMSBleManagerReceiveData:(ELTPMSDataModel *_Nonnull)model; -(void)TPMSBleManagerReceiveData:(ELTPMSDataModel *_Nonnull)model;
``` ```
## 3rd、Get broadcast data ## 3rd、Get broadcast data
### 1.Determine if the phone Bluetooth is available ### 1.Determine if the phone Bluetooth is available
Proxy method: Proxy method:

+ 2
- 2
README_CN.md 查看文件

|v1.1.1 |2023/06/26 |Larry| 文档整理 | |v1.1.1 |2023/06/26 |Larry| 文档整理 |


## 一、使用条件 ## 一、使用条件
> * 最低版本iOS 8.0
> * 设备所使用的蓝牙版本需要4.0及以上
最低版本iOS 8.0
设备所使用的蓝牙版本需要4.0及以上
## 二、开始使用 ## 二、开始使用
1.将 TPMSBleSDK.framework 导入Xcode工程; 1.将 TPMSBleSDK.framework 导入Xcode工程;
2.在info.plist文件中加入“Privacy - Bluetooth Always Usage Description”; 2.在info.plist文件中加入“Privacy - Bluetooth Always Usage Description”;

Loading…
取消
儲存