Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QT_MANGLE_NAMESPACE(DarwinBTRFCOMMChannel) Category Reference

#include <btrfcommchannel_p.h>

+ Collaboration diagram for QT_MANGLE_NAMESPACE(DarwinBTRFCOMMChannel):

Instance Methods

(id- initWithDelegate:channel:
 
(void- dealloc
 
(IOReturn) - connectAsyncToDevice:withChannelID:
 
(void- rfcommChannelData:data:length:
 
(void- rfcommChannelOpenComplete:status:
 
(void- rfcommChannelClosed:
 
(void- rfcommChannelControlSignalsChanged:
 
(void- rfcommChannelFlowControlChanged:
 
(void- rfcommChannelWriteComplete:refcon:status:
 
(void- rfcommChannelQueueSpaceAvailable:
 
(BluetoothRFCOMMChannelID) - getChannelID
 
(BluetoothDeviceAddress) - peerAddress
 
(NSString *) - peerName
 
(BluetoothRFCOMMMTU) - getMTU
 
(IOReturn) - writeSync:length:
 
(IOReturn) - writeAsync:length:
 

Protected Attributes

 : NSObject<IOBluetoothRFCOMMChannelDelegate>- (id)initWithDelegate:(QT_PREPEND_NAMESPACE(DarwinBluetooth)::ChannelDelegate *)aDelegate
 

Detailed Description

Definition at line 37 of file btrfcommchannel_p.h.

Method Documentation

◆ connectAsyncToDevice:withChannelID:

- (IOReturn) connectAsyncToDevice: (const QT_PREPEND_NAMESPACE(QBluetoothAddress)&) address
withChannelID: (BluetoothRFCOMMChannelID) channelID 

◆ dealloc

- (void) dealloc

◆ getChannelID

- (BluetoothRFCOMMChannelID) getChannelID

◆ getMTU

- (BluetoothRFCOMMMTU) getMTU

◆ initWithDelegate:channel:

- (id) initWithDelegate: (QT_PREPEND_NAMESPACE(DarwinBluetooth)::ChannelDelegate *) aDelegate
channel: (IOBluetoothRFCOMMChannel *) aChannel 

◆ peerAddress

- (BluetoothDeviceAddress) peerAddress

◆ peerName

- (NSString *) peerName

◆ rfcommChannelClosed:

- (void) rfcommChannelClosed: (IOBluetoothRFCOMMChannel *) rfcommChannel

◆ rfcommChannelControlSignalsChanged:

- (void) rfcommChannelControlSignalsChanged: (IOBluetoothRFCOMMChannel *) rfcommChannel

◆ rfcommChannelData:data:length:

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

◆ rfcommChannelFlowControlChanged:

- (void) rfcommChannelFlowControlChanged: (IOBluetoothRFCOMMChannel *) rfcommChannel

◆ rfcommChannelOpenComplete:status:

- (void) rfcommChannelOpenComplete: (IOBluetoothRFCOMMChannel *) rfcommChannel
status: (IOReturn) error 

◆ rfcommChannelQueueSpaceAvailable:

- (void) rfcommChannelQueueSpaceAvailable: (IOBluetoothRFCOMMChannel *) rfcommChannel

◆ rfcommChannelWriteComplete:refcon:status:

- (void) rfcommChannelWriteComplete: (IOBluetoothRFCOMMChannel *) rfcommChannel
refcon: (void *) refcon
status: (IOReturn) error 

◆ writeAsync:length:

- (IOReturn) writeAsync: (void *) data
length: (UInt16) length 

◆ writeSync:length:

- (IOReturn) writeSync: (void *) data
length: (UInt16) length 

Member Data Documentation

◆ __pad0__

- __pad0__
protected

Definition at line 72 of file btrfcommchannel_p.h.


The documentation for this category was generated from the following file: