Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WSHUB-458: cborencoder: Document the write callback function.
What is not known, is what the significance is of `CborEncoderAppendType`. It basically tells the writer the nature of the data being written, but the default implementation ignores this and just blindly appends it no matter what. That raises the question of why it's important enough that the writer function needs to know about it.
- Loading branch information