dnssd_found_cb typedef

@brief Called when a DNSSD service is found. @details remote_service is valid only when service_state is #DNSSD_SERVICE_STATE_AVAILABLE or #DNSSD_SERVICE_STATE_UNAVAILABLE. In case of service_state #DNSSD_SERVICE_STATE_UNAVAILABLE, application can only use dnssd_service_get_type() and dnssd_service_get_name(). Other get functions can only be used when service_state is #DNSSD_SERVICE_STATE_AVAILABLE. @since_tizen 3.0 @paramin service_state The DNSSD service state of remote service @paramin remote_service The DNSSD remote service handle @paramin user_data The user data passed from the request function @see dnssd_start_browsing_service()

Implementation

typedef dnssd_found_cb
    = ffi.Pointer<ffi.NativeFunction<dnssd_found_cbFunction>>;