Dartmc_cmd_reply_received_cbFunction typedef

Dartmc_cmd_reply_received_cbFunction = void Function(Pointer<Char> server_name, Pointer<Char> request_id, int result_code, Pointer<bundle> data, Pointer<Void> user_data)

Implementation

typedef Dartmc_cmd_reply_received_cbFunction = void Function(
    ffi.Pointer<ffi.Char> server_name,
    ffi.Pointer<ffi.Char> request_id,
    int result_code,
    ffi.Pointer<bundle> data,
    ffi.Pointer<ffi.Void> user_data);