|
LibreOffice Module sd (master) 1
|
#import <OSXBluetooth.h>
Instance Methods | |
| (id) | - initWithCommunicatorAndSocket:socket: |
| (void) | - rfcommChannelData:data:length: |
| (void) | - rfcommChannelClosed: |
Protected Attributes | |
| sd::Communicator * | pCommunicator |
| sd::OSXBluetoothWrapper * | pSocket |
Definition at line 18 of file OSXBluetooth.h.
| - (id) initWithCommunicatorAndSocket: | (sd::Communicator*) | communicator | |
| socket: | (sd::OSXBluetoothWrapper*) | socket | |
Definition at line 1 of file OSXBluetooth.mm.
References pCommunicator, and pSocket.
| - (void) rfcommChannelClosed: | (IOBluetoothRFCOMMChannel*) | rfcommChannel |
Definition at line 1 of file OSXBluetooth.mm.
| - (void) rfcommChannelData: | (IOBluetoothRFCOMMChannel*) | rfcommChannel | |
| data: | (void *) | dataPointer | |
| length: | (size_t) | dataLength | |
Definition at line 1 of file OSXBluetooth.mm.
|
protected |
Definition at line 21 of file OSXBluetooth.h.
Referenced by initWithCommunicatorAndSocket:socket:.
|
protected |
Definition at line 22 of file OSXBluetooth.h.
Referenced by initWithCommunicatorAndSocket:socket:.