我正在开发应用中的BLE功能。我在我的项目中添加了CoreBluetooth框架。
我已添加,
import CoreBluetooth
在开始swift文件中。
现在,当我尝试实现以下委托方法时,
func peripheral(peripheral: CBPeripheral, didUpdateValueForCharacteristic characteristic: CBCharacteristic, error: NSError?)
它给出了CBCharacteristic未声明类型的错误。
答案 0 :(得分:0)
class ViewController: UIViewController, CBCentralManagerDelegate,
CBPeripheralDelegate{
}
实施外围代表 在它可以工作之后。