|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Bluetooth Framework Reference
|
IOBluetoothUserNotification |
| Inherits from: | |
| Declared In: |
Represents a registered notification.
When registering for various notifications in the system, an IOBluetoothUserNotification object is returned. To unregister from the notification, call -unregister on the IOBluetoothUserNotification object. Once -unregister is called, the object will no longer be valid.
Called to unregister the target notification.
unregister |
Called to unregister the target notification.
- (void)unregister;
Once this method has completed, the target IOBluetoothUserNotification will no longer be valid.
Last Updated: 2009-10-09