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 more

    Declaration

    Objective-C

    @protocol DIALDeviceDiscoveryTaskDelegate <NSObject>

    Swift

    protocol DIALDeviceDiscoveryTaskDelegate : NSObjectProtocol
  • SSDPServiceDiscoveryDelegate protocol.

    See more

    Declaration

    Objective-C

    @protocol SSDPServiceDiscoveryDelegate

    Swift

    protocol SSDPServiceDiscoveryDelegate