Controller object that sent this delegate message.
Instance Method
インスタンスメソッド
read
readLinkQuality(forDeviceComplete:device:info:error:)
Availability
- macOS 10.6+
Technology
- IOBluetooth
Declaration 宣言
func readLinkQuality(forDeviceComplete controller: Any!,
device: IOBluetoothDevice
!,
info: UnsafeMutablePointer
<BluetoothHCILinkQualityInfo
>!,
error: IOReturn
)
Parameters パラメータ
sender
Discussion 解説
This delegate gets invoked when an read link quality command complete event occurs. This could occur because you invoked it by issuing an -readLinkQualityForDevice: command, or someone else did from another app on the same controller.