IModeProvider
short summary
This interface defines method for a mode behaviour provider. It can be used to inject custom modes into the HMI class.
legal notes
| SPDX-FileCopyrightText: © 2024 ekvip automation GmbH <info@ekvip.de> | SPDX-License-Identifier: Apache-2.0 | For details check: Apache-2.0_
.. _Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0
.. </legal notes>
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Properties
mode
Type: IModeSelect
This property returns an IModeSelect that offers properties for the mandatory modes.…
Methods
getMode
- Parameters:
mode(UDINT)
- Return type: IModeBehaviour
A method that returns an interface to an instance of a mode behaviour.…
Code
Declaration
INTERFACE IModeProvider EXTENDS CNM_AbstractObject.IObject