Lines Matching refs:byte
34 …an be sent or retrieved each time. Use byte buffers when separate items do not need to be maintain…
160 The following example demonstrates retrieving and returning an item from a **byte buffer** using :c…
166 //Receive data from byte buffer
194 …e the differences between No-Split and Allow-Split buffers as compared to byte buffers with regard…
202 … the diagram above, the 18, 3, and 27 byte items are **rounded up to 20, 4, and 28 bytes** respect…
205 :caption: Sending items to byte buffers
208 …does not incur any overhead (no headers). As a result, all data sent to a byte buffer is merged in…
210 Referring to the diagram above, the 18, 3, and 27 byte items are sequentially written to the byte b…
227 Allow-Split buffers and byte buffers do not allow using ``SendAcquire`` or ``SendComplete`` since a…
233 The following diagrams illustrate the differences between No-Split, Allow-Split, and byte buffers w…
241 …s of free space at the tail of the buffer is insufficient to store the 28 byte item. Therefore, th…
249 …s of free space at the tail of the buffer is insufficient to store the 28 byte item. Therefore, th…
255 :caption: Wrap around in byte buffers
258 …free space at the head of the buffer. No overhead is incurred when wrapping around in byte buffers.
260 …e continuous parts, and each continuous part will be treated as a separate item by the byte buffer.
265 …e the differences between No-Split and Allow-Split buffers as compared to byte buffers in retrievi…
273 …byte items are retrieved in FIFO order**. However, the items are not returned in the order they we…
276 :caption: Retrieving/Returning data in byte buffers