Protocols
The following protocols are available globally.
-
Protocol for DIALDeviceDiscoveryTask delegate object. Apart from this delegate mechanism, device-discovery is made known to observers via notifications (the ‘DIALDeviceDiscoveryNotif’ notification).
See moreDeclaration
Objective-C
@protocol DIALDeviceDiscoveryTaskDelegate <NSObject>
Swift
protocol DIALDeviceDiscoveryTaskDelegate : NSObjectProtocol
-
SSDPServiceDiscoveryDelegate protocol.
See moreDeclaration
Objective-C
@protocol SSDPServiceDiscoveryDelegate
Swift
protocol SSDPServiceDiscoveryDelegate