Dartcomplex_error_functionFunction typedef

Dartcomplex_error_functionFunction = void Function(Pointer<BACNET_ADDRESS> src, int invoke_id, int service_choice, Pointer<Uint8> service_request, int service_len)

Implementation

typedef Dartcomplex_error_functionFunction =
    void Function(
      ffi.Pointer<BACNET_ADDRESS> src,
      int invoke_id,
      int service_choice,
      ffi.Pointer<ffi.Uint8> service_request,
      int service_len,
    );