add_server_device function

  1. @Native<Void Function(Pointer<Char>, Uint16, Pointer<Uint8>)>(ffi.Pointer<ffi.Char>, ffi.Uint16, ffi.Pointer<ffi.Uint8>)>(symbol: 'add_server_device')
void add_server_device(
  1. Pointer<Char> device_name,
  2. int port,
  3. Pointer<Uint8> private_key
)

Implementation

@ffi.Native<
    ffi.Void Function(ffi.Pointer<ffi.Char>, ffi.Uint16,
        ffi.Pointer<ffi.Uint8>)>(symbol: 'add_server_device')
external void add_server_device(
  ffi.Pointer<ffi.Char> device_name,
  int port,
  ffi.Pointer<ffi.Uint8> private_key,
);