wifi_manager_ap_ipv6_address_cb typedef

wifi_manager_ap_ipv6_address_cb = Pointer<NativeFunction<wifi_manager_ap_ipv6_address_cbFunction>>

@brief Called with an IPv6 address. @since_tizen 4.0 @remarks If @a ipv6_address is needed outside the callback, a copy should be made. @a ipv6_address will be freed automatically after the execution of this callback. @paramin ipv6_address The IPv6 address @paramin user_data The user data passed from the foreach function @return @c true to continue with the next iteration of the loop, \n @c false to break out of the loop @pre wifi_manager_ap_foreach_ipv6_address() will invoke this callback. @see wifi_manager_ap_foreach_ipv6_address()

Implementation

typedef wifi_manager_ap_ipv6_address_cb
    = ffi.Pointer<ffi.NativeFunction<wifi_manager_ap_ipv6_address_cbFunction>>;