You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/protocol-specification/protocol-data-types.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ string is *((n+2)/3)\*4*, using integer arithmetic.[^5]
123
123
2 4 ab YWI=
124
124
3 4 abc YWJj
125
125
4 8 abcd YWJjZA==
126
-
5 8 abcde YWJjZGU=
127
126
128
127
129
128
To simplify the parser, we specify that ByteArrays always contain encoded data
@@ -163,12 +162,7 @@ is used to indicate the name of the quantity and the JSON\* type.
163
162
]
164
163
```
165
164
</td>
166
-
<td>See section <a href="../data-transmission-persistence/index.html#data-transmission-persistence">§</a>. The length is stored in hexadecimal format fully specified as 4 hex characters. A message longer than 0xFFFF bytes is stored as a 32-bit hexadecimal number fully specified as 8 hex characters.</td>
167
-
</tr>
168
-
<tr>
169
-
<td></td>
170
-
<td>Length((String containing hex),</td>
171
-
<td></td>
165
+
<td>See section <a href="../data-transmission-persistence/index.html#data-transmission-persistence">§</a>. The length is stored in hexadecimal format fully specified as 4 hex characters. A message longer than 0xFFFF bytes is stored as a 32-bit hexadecimal number fully specified as 8 hex characters. Implementations should store hex strings using upper case letters. Implementations should parse hex strings whether they have upper case or lower case letters in them. This message header need not be transmitted in some protocols.</td>
0 commit comments