doc for fifo, device com if..

This commit is contained in:
2019-10-29 19:31:18 +01:00
parent b51536c772
commit 16af33a7bb
4 changed files with 66 additions and 3 deletions

View File

@ -28,6 +28,8 @@
* This can also be applied to uint32_t and uint64_t:
*
* 1. Use the AutoSerializeAdapter::deSerialize function with bool bigEndian = true:
* The pointer *buffer will be incremented automatically by the typeSize of data,
* so this function can be called on &buffer without adjusting pointer position
*
* uint16_t data;
* int32_t dataLen = sizeof(data);