OnValueChangedReconnect
Last updated
Last updated
The OnValueChangedReconnectInterface component is designed to work in combination with Runtime Persistence. It ensures that when a connection-related property is modified, the associated interface is properly reinitialized by disconnecting and reconnecting automatically.
Triggered on Value Change
This script provides a public method that can be invoked when a property changes (e.g., an IP address in Runtime Persistence).
Automatic Interface Reconnection
After the method is called, the script disconnects the interface.
It then waits for the specified delay before reconnecting to ensure reinitialization.
Ensures Proper Communication
Necessary when network properties or connection settings change dynamically.
Prevents the need for a manual restart when modifying connection parameters.