...
- Source - the OUT data item
- Destination - the original data point
Description
Signature
string Destination.ID ()
Gets the ID of "Destination" object. e.g. Destination.ID() in an IN-convert-function would return the ID of the IN data point.
Parameters
None.
Return
...
Description
Signature
string Source.ID ()
Gets the ID of "Source" object. e.g. Source.ID() in an IN-convert-func would return the ID of the original data item.
Parameters
None.
Return
...
Description
Signature
variant Source.Value ()
Gets the actual value of "Source" object.
Parameters
None.
Return
...
Description
Signature
variant Destination.Property (number)
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.
Parameters
...
Return
...
Description
Signature
variant Source.Property (number)
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.
Parameters
...
Return
...
Description
Signature
Destination.ReadValue ()
Generates a read telegram in the "Destination" object.
Parameters
None.
Return
None.
Description
Signature
Destination.SetValue (variant)
Sets the value of the "Destination" object, but does not generate any KNX telegram.
Parameters
...
Return
None.
Description
Signature
Destination.WriteValue (variant)
Sets the value of the "Destination" object and generates a KNX telegram.
Parameters
...
Return
None.