Here, different constants are defined that are required as parameters for different NXA LUA functions.
<file name="NXA data types">
<h1>Description</h1>
<h1>Signature</h1>
NXA data types () <p>These constants define the different data types that are available for Server Items.
- nxa.type.Integer
- nxa.type.Real
- nxa.type.Date
- nxa.type.String
- nxa.type.Boolean
</p>
<h1>Parameters</h1> None.
<h1>Return</h1> None.
</file>
<file name="NXA access rights">
<h1>Description</h1>
<h1>Signature</h1>
NXA access rights () <p>These constants define the different access rights that are available for Server Items.
- nxa.access.Readable
- nxa.access.Writeable
- nxa.access.All
</p>
<h1>Parameters</h1> None.
<h1>Return</h1> None.
</file>