withRFCOMMChannelRef(_:)
Method call to convert an IOBluetoothRFCOMMChannelRef into an IOBluetoothRFCOMMChannel *.
Declaration
class func withRFCOMMChannelRef(_ rfcommChannelRef: IOBluetoothRFCOMMChannelRef!) -> Self!Parameters
- rfcommChannelRef:
IOBluetoothRFCOMMChannelRef for which an IOBluetoothRFCOMMChannel * is desired.
Return Value
Returns the IOBluetoothRFCOMMChannel * for the given IOBluetoothRFCOMMChannelRef.