withSDPDataElementRef(_:)
Method call to convert an IOBluetoothSDPDataElementRef into an IOBluetoothSDPDataElement *.
Declaration
class func withSDPDataElementRef(_ sdpDataElementRef: IOBluetoothSDPDataElementRef!) -> Self!Parameters
- sdpDataElementRef:
IOBluetoothSDPDataElementRef for which an IOBluetoothSDPDataElement * is desired.
Return Value
Returns the IOBluetoothSDPDataElement * for the given IOBluetoothSDPDataElementRef.