#import <BluetoothDevice.h>
Inherits NSObject.
Public Member Functions | |
| (id) | - initWithDevice: |
| (struct BTDeviceImpl *) | - device |
| (void) | - setDevice: |
| (id) | - name |
| (id) | - address |
| (int) | - type |
| (BOOL) | - supported |
| (BOOL) | - paired |
| (BOOL) | - connected |
| (void) | - connect |
| (void) | - setPIN: |
| (void) | - unpair |
| (void) | - disconnect |
| (int) | - compare: |
| (int) | - batteryLevel |
| (BOOL) | - supportsBatteryLevel |
| (BOOL) | - available |
| (BOOL) | - isAccessory |
Protected Attributes | |
| struct BTDeviceImpl * | _device |
Definition at line 9 of file BluetoothDevice.h.
| - (id) initWithDevice: | (struct BTDeviceImpl *) | fp8 |
| - (struct BTDeviceImpl *) device |
| - (void) setDevice: | (struct BTDeviceImpl *) | fp8 |
| - (id) name |
| - (id) address |
| - (int) type |
| - (BOOL) supported |
| - (BOOL) paired |
| - (BOOL) connected |
| - (void) connect |
| - (void) setPIN: | (id) | fp8 |
| - (void) unpair |
| - (void) disconnect |
| - (int) compare: | (id) | fp8 |
| - (int) batteryLevel |
| - (BOOL) supportsBatteryLevel |
| - (BOOL) available |
| - (BOOL) isAccessory |
- (struct BTDeviceImpl*) _device [read, protected] |
Definition at line 11 of file BluetoothDevice.h.
1.5.3