PTDBleDeviceDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | PTDBleDevice.h |
– deviceDidUpdateRSSI:error:
Sent in response when a Device’s RSSI is requested
- (void)deviceDidUpdateRSSI:(PTDBleDevice *)device error:(NSError *)error
Parameters
device |
The Device whose RSSI data has been requested. |
---|---|
error |
Nil if successful, or an NSError if the reading was unsuccessful. |
See Also
Declared In
PTDBleDevice.h