LibreOffice Module sd (master) 1
Instance Methods | Protected Attributes | List of all members
ChannelDelegate Class Reference

#import <OSXBluetooth.h>

Inheritance diagram for ChannelDelegate:
[legend]
Collaboration diagram for ChannelDelegate:
[legend]

Instance Methods

(id) - initWithCommunicatorAndSocket:socket:
 
(void) - rfcommChannelData:data:length:
 
(void) - rfcommChannelClosed:
 

Protected Attributes

sd::CommunicatorpCommunicator
 
sd::OSXBluetoothWrapperpSocket
 

Detailed Description

Definition at line 18 of file OSXBluetooth.h.

Method Documentation

◆ initWithCommunicatorAndSocket:socket:

- (id) initWithCommunicatorAndSocket: (sd::Communicator*)  communicator
socket: (sd::OSXBluetoothWrapper*)  socket 

Definition at line 1 of file OSXBluetooth.mm.

References pCommunicator, and pSocket.

◆ rfcommChannelClosed:

- (void) rfcommChannelClosed: (IOBluetoothRFCOMMChannel*)  rfcommChannel

Definition at line 1 of file OSXBluetooth.mm.

◆ rfcommChannelData:data:length:

- (void) rfcommChannelData: (IOBluetoothRFCOMMChannel*)  rfcommChannel
data: (void *)  dataPointer
length: (size_t)  dataLength 

Definition at line 1 of file OSXBluetooth.mm.

Member Data Documentation

◆ pCommunicator

- (Communicator*) ChannelDelegate:
protected

Definition at line 21 of file OSXBluetooth.h.

Referenced by initWithCommunicatorAndSocket:socket:.

◆ pSocket

- (OSXBluetoothWrapper*) ChannelDelegate:
protected

Definition at line 22 of file OSXBluetooth.h.

Referenced by initWithCommunicatorAndSocket:socket:.


The documentation for this class was generated from the following files: