在 Apple 蓝牙 API 使用的 NSDictionary 上访问的跟踪键
Apple 的蓝牙 API 没有说明应该为 [IOBluetoothDevice openL2CAPChannelSync:withPSM:withConfiguration:delegate:] 提供什么配置字典。
我不知道我应该提供的键/值。为了克服这个问题,我希望向 API 调用发送一个空字典,但在幕后 - 跟踪访问了哪些键。
如何构建 NSDictionary 的子类来 NSLog 访问的键?
Apple's Bluetooth API doesn't say what config dictionary should be provided for [IOBluetoothDevice openL2CAPChannelSync:withPSM:withConfiguration:delegate:].
The keys/values I'm suppose to provide are unknown to me. To overcome this, I wish to send an empty dictionary to the API call, but behind the scenes - track which keys are accessed.
How do I build a subclass of NSDictionary that will NSLog the accessed keys?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 IOBluetoothDevice 选项,您应该查看 IOBluetoothDevice.h :
For the
IOBluetoothDevice
options, you should look inIOBluetoothDevice.h
: