cordova-plugin-cpp-bridge icon indicating copy to clipboard operation
cordova-plugin-cpp-bridge copied to clipboard

Please include the ability to pass raw memory buffers, instead of just NULL terminated strings.

Open dpar39 opened this issue 7 years ago • 0 comments

Right now if I need to pass something like an image, I need to encode it in Base64 to produce a null terminated string and then deserialize it back in C++. It would be great if we could implement a way to pass raw buffers specifying the total size on a separate argument.

dpar39 avatar Oct 08 '18 14:10 dpar39