Module set_property_action

Structs§

Action
Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. Action is the base class for actions. For example, if you want to perform a simple operation, such as set a value of a property, you can use a trigger with the SetPropertyAction action.
ActionBase
Base abstraction class for Action classes. See: Action, ApplyAction.
DELAY_PROPERTY
The time in milliseconds after which Kanzi invokes the action.
ForwardingAction
ForwardingAction is the base class for the action classes that read and send arguments, such as SetPropertyAction or DispatchMessageAction.
IActionBase
IForwardingActionBase
SetPropertyAction
SetPropertyAction sets the value of a property of a target node based on:
TARGET_OBJECT_PATH_PROPERTY
The item that contains the target property.

Traits§

IAction
IForwardingAction