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

readRSSI(forDeviceComplete:device:info:error:)

Declaration 宣言

func readRSSI(forDeviceComplete controller: Any!, 
       device: IOBluetoothDevice!, 
         info: UnsafeMutablePointer<BluetoothHCIRSSIInfo>!, 
        error: IOReturn)

Parameters パラメータ

sender

Controller object that sent this delegate message.

Discussion 解説

This delegate gets invoked when an RSSI command complete event occurs. This could occur because you invoked it by issuing an -readRSSIForDevice: command, or someone else did from another app on the same controller.