We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// PassThruGetLastError typedef struct _get_last_error_rpc_response { long retVal; RPCLIB_MSGPACK::type::raw_ref errorMsgRef; MSGPACK_DEFINE( retVal, errorMsgRef ) } get_last_error_rpc_response;
Example
The text was updated successfully, but these errors were encountered:
Can you describe what you want in the messagepack-javascript? Your example looks like C code.
messagepack-javascript
Sorry, something went wrong.
I am happy to say that messagepack-javascript correctly handled creating it to Uint8Array with no manual intervention, thanks!
No branches or pull requests
Example
The text was updated successfully, but these errors were encountered: