User Tools

Site Tools


addons:functions:bits

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

addons:functions:bits [2017/04/21 20:48]
atom0s created
addons:functions:bits [2017/04/21 20:50]
atom0s
Line 32: Line 32:
 Unpacks bit data. (Little Endian) Unpacks bit data. (Little Endian)
 <code lua>​number ashita.bits.unpack_le(data,​ offset, len);</​code>​ <code lua>​number ashita.bits.unpack_le(data,​ offset, len);</​code>​
 +  * **Parameters**
 +    * data - (string) The string to unpack data from.
 +    * offset - (number) The offset of the data to unpack.
 +    * len - (number) The length of the data to unpack.
 +  * **Returns**
 +    * number - The unpacked value.
 +
 <code lua>​number ashita.bits.unpack_le(data,​ byteOffset, bitOffset, len);</​code>​ <code lua>​number ashita.bits.unpack_le(data,​ byteOffset, bitOffset, len);</​code>​
 +  * **Parameters**
 +    * data - (string) The string to unpack data from.
 +    * byteOffset - (number) The byte offset of the data to unpack.
 +    * bitOffset - (number) The bit offset of the data to unpack.
 +    * len - (number) The length of the data to unpack.
 +  * **Returns**
 +    * number - The unpacked value.
 +
addons/functions/bits.txt · Last modified: 2017/04/22 00:10 (external edit)