EMConnectionTypeScannerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | EMConnectionType.h |
Overview
These methods are sen tto the connection delegate to inform it of devices that come available or go offline.
Tasks
-
– deviceScanner:didFindDevice:
Tells the delegate a device was found.
required method -
– deviceScanner:didLoseDevice:
Tells the delegate a device was lost.
required method -
– deviceScanner:didUpdateDevice:
Updates the data for a device description
required method
Instance Methods
deviceScanner:didFindDevice:
Tells the delegate a device was found.
- (void)deviceScanner:(id)scanner didFindDevice:(EMDeviceBasicDescription *)device
Discussion
Tells the delegate a device was found.
Declared In
EMConnectionType.h