241 lines
4.9 KiB
XML
241 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="BitStream" inherits="Reference" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_array_uint8">
|
|
<return type="PoolByteArray">
|
|
</return>
|
|
<argument index="0" name="length" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bool">
|
|
<return type="bool">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_data">
|
|
<return type="PoolByteArray">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_serial">
|
|
<return type="int">
|
|
</return>
|
|
<argument index="0" name="nbits" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_sint16">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_sint32">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_sint64">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_sint8">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_uint16">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_uint32">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_uint64">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_uint8">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="is_little_endian">
|
|
<return type="bool">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_array_uint8">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="PoolByteArray">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_bool">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="bool">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_char">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_data">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="PoolByteArray">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_serial">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<argument index="1" name="nbits" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_sint16">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_sint32">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_sint64">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_sint8">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_string">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_string_hexa32">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="hexa" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_uint16">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_uint32">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_uint64">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="put_uint8">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="show">
|
|
<return type="String">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="show_counter">
|
|
<return type="String">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="show_detail">
|
|
<return type="String">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="size">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|