File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ Listener callbacks return values of the `TF_Result` enum:
107
107
108
108
TinyFrame uses two data buffers: a small transmit buffer and a larger receive buffer.
109
109
The transmit buffer is used to prepare bytes to send, either all at once, or in a
110
- circular fashion if the buffer is not large enough. The buffer must be large enough to
111
- contain the frame header, so e.g. 32 bytes should be sufficient for short messages.
110
+ circular fashion if the buffer is not large enough. The buffer must only contain the entire
111
+ frame header, so e.g. 32 bytes should be sufficient for short messages.
112
112
113
113
Using the ` *_Multipart() ` sending functions, it's further possible to split the frame
114
114
header and payload to multiple function calls, allowing the applciation to e.g. generate
You can’t perform that action at this time.
0 commit comments