speak function

  1. @Native<FFISpeakResponse Function(Int32, Pointer<Char>)>(ffi.Int32, ffi.Pointer<ffi.Char>)>()
FFISpeakResponse speak(
  1. int fd,
  2. Pointer<Char> text
)

Implementation

@ffi.Native<FFISpeakResponse Function(ffi.Int32, ffi.Pointer<ffi.Char>)>()
external FFISpeakResponse speak(int fd, ffi.Pointer<ffi.Char> text);