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