#import <WFDiscoveryManager.h>
Cancels device discovery on the specified network.
- (NSArray*) discoveredDevices |
|
|
|
Devices discovered in the currnet discovery process.
- Returns
- An
NSArray
containing zero or more WFDeviceInformation instances representing all devices discovered.
- (void) discoverSensorTypes: |
|
(NSArray *) |
sensorTypes |
onNetwork: |
|
(WFNetworkType_t) |
networkType |
|
|
| |
Initiates device discovery on the specified network(s).
- Note
- Device discovery for the SUUNTO network is not supported at this time.
- Parameters
-
sensorTypes | The array of WFSensorType_t to discover (wraped in NSNumbers). If this value is nil, a wildcard discovery is performed. |
networkType | The network on which to perform the discovery or a mask of multiple networks. |
- (WFANTDiscovery*) antDiscoveryManager |
|
protected |
- (WFBTLEDiscovery*) btleDiscoveryManager |
|
protected |
- (NSMutableArray*) mutableDiscoveredDevices |
|
protected |