reject_functionFunction typedef

reject_functionFunction = Void Function(Pointer<BACNET_ADDRESS> src, Uint8 invoke_id, Uint8 reject_reason)

Implementation

typedef reject_functionFunction =
    ffi.Void Function(
      ffi.Pointer<BACNET_ADDRESS> src,
      ffi.Uint8 invoke_id,
      ffi.Uint8 reject_reason,
    );