Instance Method インスタンスメソッド

readLinkQualityForDeviceComplete:device:info:error:

Declaration 宣言

- (void)readLinkQualityForDeviceComplete:(id)controller 
                                  device:(IOBluetoothDevice *)device 
                                    info:(BluetoothHCILinkQualityInfo *)info 
                                   error:(IOReturn)error;

Parameters パラメータ

sender

Controller object that sent this delegate message.

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.

See Also 参照