#include <OSXBluetoothWrapper.hxx>
Definition at line 21 of file OSXBluetoothWrapper.hxx.
◆ OSXBluetoothWrapper()
sd::OSXBluetoothWrapper::OSXBluetoothWrapper |
( |
IOBluetoothRFCOMMChannel * |
channel | ) |
|
◆ appendData()
void sd::OSXBluetoothWrapper::appendData |
( |
void * |
pBuffer, |
|
|
size_t |
len |
|
) |
| |
◆ channelClosed()
void sd::OSXBluetoothWrapper::channelClosed |
( |
| ) |
|
◆ readLine()
virtual sal_Int32 sd::OSXBluetoothWrapper::readLine |
( |
OString & |
aLine | ) |
|
|
overridevirtual |
Blocks until a line is read.
- Returns
- whatever the last call of recv returned, i.e. 0 or less if there was a problem in communications.
Implements sd::IBluetoothSocket.
◆ write()
virtual sal_Int32 sd::OSXBluetoothWrapper::write |
( |
const void * |
pBuffer, |
|
|
sal_uInt32 |
n |
|
) |
| |
|
overridevirtual |
◆ mBuffer
std::vector<char> sd::OSXBluetoothWrapper::mBuffer |
|
private |
◆ mHaveBytes
osl::Condition sd::OSXBluetoothWrapper::mHaveBytes |
|
private |
◆ mMutex
osl::Mutex sd::OSXBluetoothWrapper::mMutex |
|
private |
◆ mnMTU
int sd::OSXBluetoothWrapper::mnMTU |
|
private |
◆ mpChannel
IOBluetoothRFCOMMChannel* sd::OSXBluetoothWrapper::mpChannel |
|
private |
The documentation for this class was generated from the following file: