|
@@ -229,7 +229,7 @@
|
|
|
<param index="0" name="byte_offset" type="int" />
|
|
|
<param index="1" name="value" type="int" />
|
|
|
<description>
|
|
|
- Encodes a 32-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 2 bytes of space, starting at the offset.
|
|
|
+ Encodes a 32-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 4 bytes of space, starting at the offset.
|
|
|
</description>
|
|
|
</method>
|
|
|
<method name="encode_s64">
|
|
@@ -237,7 +237,7 @@
|
|
|
<param index="0" name="byte_offset" type="int" />
|
|
|
<param index="1" name="value" type="int" />
|
|
|
<description>
|
|
|
- Encodes a 64-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 2 bytes of space, starting at the offset.
|
|
|
+ Encodes a 64-bit signed integer number as bytes at the index of [param byte_offset] bytes. The array must have at least 8 bytes of space, starting at the offset.
|
|
|
</description>
|
|
|
</method>
|
|
|
<method name="encode_s8">
|