Lines Matching full:body
52 frame consists of two byte start marker, body and terminating newline
56 and initial-final; each frame type differs by start marker and/or body
64 Body is always Base64 encoded, so the body size, here described as
68 Body of initial frame is preceded by two byte total packet length,
69 encoded in Big Endian, and equals size of a raw body plus two bytes,
70 size of CRC16; this means that actual body size allowed into an
73 If a body size is smaller than N - 4, than it is possible to carry
74 entire body with preceding length and following it CRC in a single
88 | <base64-i> | no more than | Base64 encoded body |
94 ``<base64-i>`` is Base64 encoded body of format:
104 | | | of body + 2 bytes for |
110 | body | no more than | Raw body data fragment |
128 | | | of body + 2 bytes for |
134 | body | no more than | Raw body data fragment |
138 | | | body, preceding length |
153 | <base64-i> | no more than | Base64 encoded body |
168 | body | no more than | Raw body data fragment |
181 | body | no more than | Raw body data fragment |
185 | | | body, preceding length |