...
- Source - the OUT data item
- Destination - the original data point
<file name="Destination.ID">
<h1>Description</h1>
<h1>Signature</h1>
Description
Signature
string Destination.ID () <p>Gets
Gets the ID of "Destination" object. e.g. Destination.ID() in an IN-convert-function would return the ID of the IN data point.</p>
<h1>Parameters</h1>
Parameters
None. <h1>Return</h1>
Return
...
Type | Description |
---|---|
string | itemID of Destination object |
Description
Signature
string Source.ID () <p>Gets
Gets the ID of "Source" object. e.g. Source.ID() in an IN-convert-func would return the ID of the original data item.</p>
<h1>Parameters</h1>
Parameters
None. <h1>Return</h1>
Return
...
Type | Description |
---|---|
string | itemID of Source object |
Description
Signature
variant Source.Value () <p>Gets
Gets the actual value of "Source" object.</p>
<h1>Parameters</h1>
Parameters
None. <h1>Return</h1>
Return
...
Type | Description |
---|---|
variant | actual value of Source object |
Description
Signature
variant Destination.Property (number) <p>Gets
Gets the value of any property of "Destination" object. e.g. Destination.Property(0) in an IN-convert-function would return the canonical data type of the IN data point.</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>propertyID</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>variant</td><td>value of proporty of Destination object</td></tr>
</tbody>
</table>
</file>
<file name="Source.Property">
<h1>Description</h1>
<h1>Signature</h1>
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
number | M | propertyID |
Return
Type | Description |
---|---|
variant | value of proporty of Destination object |
Description
Signature
variant Source.Property (number) <p>Gets
Gets the value of any property of "Source" object. e.g. Source.Property(0) in an IN-convert-function would return the canonical data type the original data item.</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>propertyID</td></tr>
</tbody>
</table>
<h1>Return</h1>
<table>
<colgroup> <col/> <col/> </colgroup>
<tbody>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr><td>variant</td><td>value of proporty of Source object</td></tr>
</tbody>
</table>
</file>
<file name="Destination.ReadValue">
<h1>Description</h1>
<h1>Signature</h1>
Destination.ReadValue () <p>Generates
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
number | M | propertyID |
Return
Type | Description |
---|---|
variant | value of proporty of Source object |
Description
Signature
Destination.ReadValue ()
Generates a read telegram in the "Destination" object.</p>
<h1>Parameters</h1> None.
<h1>Return</h1>
Parameters
None. </file>
<file name="Destination.SetValue">
<h1>Description</h1>
<h1>Signature</h1>
Return
None.
Description
Signature
Destination.SetValue (variant) <p>Sets
Sets the value of the "Destination" object, but does not generate any KNX telegram.</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>variant</td><td>M</td><td>new value of the Destination object</td></tr>
</tbody>
</table>
<h1>Return</h1> None.
</file>
<file name="Destination.WriteValue">
<h1>Description</h1>
<h1>Signature</h1>
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
variant | M | new value of the Destination object |
Return
None.
Description
Signature
Destination.WriteValue (variant) <p>Sets
Sets the value of the "Destination" object and generates a KNX telegram.</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>variant</td><td>M</td><td>new value of the Destination object</td></tr>
</tbody>
</table>
<h1>Return</h1> None.
</file>
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
variant | M | new value of the Destination object |
Return
None.