
Public Member Functions | |
| void | destroy () |
| void | update () |
Class definition of the ContainerStructure.
Definition at line 81 of file ContainerStructure.java.
|
inline |
This function destroys the container. Make sure to call this function as long as you are connected. This way, the resources on the control will also get freed immediately.
mlpiContainerDestroy, where you can find further documentation. Definition at line 217 of file ContainerStructure.java.
References com.boschrexroth.mlpi.Container.destroy().

|
inline |
This function updates the container. If the container has been changed or not created yet, then the container is recreated automatically.
mlpiContainerUpdate, where you can find further documentation. Definition at line 233 of file ContainerStructure.java.
References com.boschrexroth.mlpi.Container.update().
