Commit 2875d9e
committed
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.1 parent 8d1fa30 commit 2875d9e
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
216 | 229 | | |
217 | 230 | | |
218 | 231 | | |
| |||
0 commit comments