RealSense_getDeviceName method

Pointer<Utf8> RealSense_getDeviceName(
  1. Pointer<NativeRealSense> ptr
)

Implementation

ffi.Pointer<pkg_ffi.Utf8> RealSense_getDeviceName(
  ffi.Pointer<NativeRealSense> ptr,
) {
  return _RealSense_getDeviceName(
    ptr,
  );
}