specification: integers are signed v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 24 Jun 2020 19:33:11 +0200
branchv_0
changeset 302 e536a3aaee77
parent 301 7029e6c47700
child 303 e2e36bc0a94c
specification: integers are signed
relpipe-data/specification.xml
--- a/relpipe-data/specification.xml	Mon Jun 08 12:34:16 2020 +0200
+++ b/relpipe-data/specification.xml	Wed Jun 24 19:33:11 2020 +0200
@@ -35,7 +35,7 @@
 		<m:tabulka>
 			typeId	code	description
 			0x01	boolean	logical value, true/false
-			0x02	integer	unsigned integer number of arbitrary length
+			0x02	integer	signed integer number of arbitrary length
 			0x03	string	character string in UTF-8
 		</m:tabulka>