- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在谷歌上搜索了很长时间,但找不到关于如何在 iOS 上使用此属性的教程。有人可以发布一个小教程或一个链接吗?我真的非常感激!
我正在使用这段代码:
CBMutableCharacteristic *myCharacteristic = [[CBMutableCharacteristic alloc] initWithType:myUUID
properties:CBCharacteristicPropertyBroadcast
value:nil permissions:CBAttributePermissionsReadable];
此崩溃并出现异常:'NSInternalInconsistencyException',原因:'CBCharacteristicPropertyBroadcast is not allowed'
最佳答案
根据 Apple's documentation on the broadcast Characteristic Property
This property is not allowed for local characteristics published via the addService: method of the CBPeripheralManager class. This means that you cannot use this property when you initialize a new CBMutableCharacteristic object via the initWithType:properties:value:permissions: method of the CBMutableCharacteristic class.
关于ios - 如何在 CoreBluetooth 中使用 CBCharacteristicPropertyBroadcast?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28519764/
我在谷歌上搜索了很长时间,但找不到关于如何在 iOS 上使用此属性的教程。有人可以发布一个小教程或一个链接吗?我真的非常感激! 我正在使用这段代码: CBMutableCharacteristic *
我是一名优秀的程序员,十分优秀!