stop function

  1. @Native<FFIStopResponse Function(Int32)>(ffi.Int32)>()
FFIStopResponse stop(
  1. int fd
)

Implementation

@ffi.Native<FFIStopResponse Function(ffi.Int32)>()
external FFIStopResponse stop(int fd);