mc_server_custom_cmd_received_cbFunction typedef

mc_server_custom_cmd_received_cbFunction = Void Function(Pointer<Char> client_name, Pointer<Char> request_id, Pointer<Char> command, Pointer<bundle> data, Pointer<Void> user_data)

Implementation

typedef mc_server_custom_cmd_received_cbFunction = ffi.Void Function(
    ffi.Pointer<ffi.Char> client_name,
    ffi.Pointer<ffi.Char> request_id,
    ffi.Pointer<ffi.Char> command,
    ffi.Pointer<bundle> data,
    ffi.Pointer<ffi.Void> user_data);