Mobile Media Framework  1.2.0
Mobile framework for iOS
Instance Methods | Properties | List of all members
MobileAutodiscovery Class Reference

Inherits NSObject, <NSNetServiceDelegate>, and <NSNetServiceBrowserDelegate>.

Instance Methods

(void) - startBrowsingDevices:
 Method that starts the browsing of an specific type of service. More...
 
(void) - stopBrowsingDevices
 Method that stop the device search. More...
 

Properties

id< MobileMediaAutodiscoverydelegate
 
NSMutableArray * services
 
NSNetServiceBrowser * serviceBrowser
 

Method Documentation

- (void) startBrowsingDevices: (NSString*)  serviceType

Method that starts the browsing of an specific type of service.

Parameters
serviceTypeNSString the type of service to search
Returns
void
- (void) stopBrowsingDevices

Method that stop the device search.

Returns
void

Property Documentation

- (id<MobileMediaAutodiscovery>) delegate
readwritenonatomicweak

Reference to the MobileMediaAutodiscovery delegate

- (NSNetServiceBrowser*) serviceBrowser
readwritenonatomicstrong

Reference to the NSNetServiceBrowser

- (NSMutableArray*) services
readwritenonatomicstrong

Array with the services discovered


The documentation for this class was generated from the following files: