CBService

@property(assign, readonly, nonatomic) CBPeripheral *peripheral;
@property(readonly, nonatomic) BOOL isPrimary;
@property(retain, readonly, nullable) NSArray<CBService *> *includedServices;
@property(retain, readonly, nullable) NSArray<CBCharacteristic *> *characteristics;
@property(retain, readwrite, nullable) NSArray<CBService *> *includedServices;
@property(retain, readwrite, nullable) NSArray<CBCharacteristic *> *characteristics;
- (instancetype)initWithType:(CBUUID *)UUID primary:(BOOL)isPrimary NS_DESIGNATED_INITIALIZER __TVOS_PROHIBITED;

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 去年、今年老公和我分别毕业10年。记得以前看过一篇文章说,大学毕业后同学之间的差距就在10年之间开始拉开距离。不得...
    花儿朵阅读 1,651评论 0 0
  • 二十几岁,多得是机会,也多得是迷惘。 十九岁进入大学,结束了十二年寒窗苦读,以为终于有了精彩人生的新阶段,年少无知...
    清酒不如老九阅读 1,625评论 0 0
  • NSJSONSerialization 类介绍: 序列化 & 反序列化 反序列化:从服务器接收到 二进制数据 转换...
    ShenYj阅读 5,803评论 0 1