<file name="nxa.LowByte">
<h1>Description</h1>
<h1>Signature</h1> number nxa.LowByte (number) <p>Extracts the low byte of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>low byte of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.HiByte">
<h1>Description</h1>
<h1>Signature</h1> number nxa.HiByte (number) <p>Extracts the high byte of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr> <tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>high byte of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.LowWord">
<h1>Description</h1>
<h1>Signature</h1> number nxa.LowWord (number) <p>Extracts the low word of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>low word of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.HiWord">
<h1>Description</h1>
<h1>Signature</h1> number nxa.HiWord (number) <p>Extracts the high word of the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>high word of the value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.IsBitSet">
<h1>Description</h1>
<h1>Signature</h1> boolean nxa.IsBitSet (number, number) <p>Checks if bit is set.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th> <th>Description</th>
</tr>
<tr><td>boolean</td><td>if bit was set it will be true, otherwise false</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetBit">
<h1>Description</h1>
<h1>Signature</h1>
number nxa.SetBit (number, number) <p>Set bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.ResetBit">
<h1>Description</h1>
<h1>Signature</h1> number nxa.ResetBit (number, number) <p>Reset bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.ResetBit">
<h1>Description</h1>
<h1>Signature</h1> number nxa.ResetBit (number, number) <p>Reset bit at certain position.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>bit position</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed bit</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetLoByte">
<h1>Description</h1>
<h1>Signature</h1> number nxa.SetLoByte (number, number) <p>Sets the low byte in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>byte value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetHiByte">
<h1>Description</h1>
<h1>Signature</h1> number nxa.SetHiByte (number, number) <p>Sets the high byte in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>byte value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th> <th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetLoWord">
<h1>Description</h1>
<h1>Signature</h1> number nxa.SetLoWord (number, number) <p>Sets the low low word in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th>
<th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>word value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
<file name="nxa.SetHiWord">
<h1>Description</h1>
<h1>Signature</h1> number nxa.SetHiWord (number, number) <p>Sets the high word in the value.</p>
<h1>Parameters</h1>
<table>
<colgroup> <col/> <col/> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Name</th>
<th>Type</th>
<th>Mandatory/Optional</th> <th>Description</th>
</tr>
<tr><td></td><td>number</td><td>M</td><td>value</td></tr>
<tr><td></td><td>number</td><td>M</td><td>word value</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>number</td><td>result of changed value</td></tr>
</tbody>
</table>
</file>
Skip to end of banner
Go to start of banner
4.6.5. Overview about the functions of the nxa LUA module to extract data
Manage space
Manage content
Integrations