You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to access the original buffer from an associated QCBOREncodeContext and QCBORDecodeContext and would prefer to not need to pass around the context and its associated buffer. Instead it would be convenient to be able to access the buffer from an active context. I am currently using the 'private' fields of the context to get the buffer but would rather use a public, stable, and documented function to get access.
The text was updated successfully, but these errors were encountered:
I have a need to access the original buffer from an associated
QCBOREncodeContext
andQCBORDecodeContext
and would prefer to not need to pass around the context and its associated buffer. Instead it would be convenient to be able to access the buffer from an active context. I am currently using the 'private' fields of the context to get the buffer but would rather use a public, stable, and documented function to get access.The text was updated successfully, but these errors were encountered: