Dartasp_seek_search_result_cbFunction typedef

Dartasp_seek_search_result_cbFunction = void Function(int error_code, asp_seek_service_h seek_service, Pointer<Char> service_mac, int adv_id, int config_method, Pointer<Char> instance_name, Pointer<Char> service_info, int info_size, int status, Pointer<Void> user_data)

Implementation

typedef Dartasp_seek_search_result_cbFunction = void Function(
    int error_code,
    asp_seek_service_h seek_service,
    ffi.Pointer<ffi.Char> service_mac,
    int adv_id,
    int config_method,
    ffi.Pointer<ffi.Char> instance_name,
    ffi.Pointer<ffi.Char> service_info,
    int info_size,
    int status,
    ffi.Pointer<ffi.Void> user_data);