complex_error_functionFunction typedef
complex_error_functionFunction =
Void Function(Pointer<BACNET_ADDRESS> src, Uint8 invoke_id, Uint8 service_choice, Pointer<Uint8> service_request, Uint16 service_len)
Implementation
typedef complex_error_functionFunction =
ffi.Void Function(
ffi.Pointer<BACNET_ADDRESS> src,
ffi.Uint8 invoke_id,
ffi.Uint8 service_choice,
ffi.Pointer<ffi.Uint8> service_request,
ffi.Uint16 service_len,
);