Struct IAppOperation#
Defined in File app.h
Inheritance Relationships#
Derived Type#
public CAppControl
(Class CAppControl)
Struct Documentation#
-
struct IAppOperation#
Application operation control.
Subclassed by CAppControl
Public Functions
-
virtual EAppOperationState GetOperationState() const = 0#
Get the current operation state. This information is also supplied through the event handler function.
- Returns:
Returns the operation state of the application.
-
virtual void SetConfigMode() = 0#
Switch from running mode to the configuration mode.
-
virtual void SetRunningMode() = 0#
Switch from the configuration mode to the running mode.
-
EAppOperationState GetOperationState() const
Get the current operation state. This information is also supplied through the event handler function.
- Returns:
Returns the operation state of the application.
-
void SetConfigMode()
Switch from running mode to the configuration mode.
-
void SetRunningMode()
Switch from the configuration mode to the running mode.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x23A03198AE6B8BD0#
Interface ID.
-
virtual EAppOperationState GetOperationState() const = 0#