diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-04-02 17:24:38 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-04-02 17:24:38 +0300 |
| commit | ee27897f2d0fbc3a4468b0d8944e532bb9d4275e (patch) | |
| tree | 17439a942c36f95a871d8c58374574dc32f23da6 /Software/Visual_Studio/FSE/Tango.FSE.Common | |
| parent | 9d278c2e476c383535ee9028e08e229aac4d0237 (diff) | |
| download | Tango-ee27897f2d0fbc3a4468b0d8944e532bb9d4275e.tar.gz Tango-ee27897f2d0fbc3a4468b0d8944e532bb9d4275e.zip | |
Bug fixes.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs index 3c5b4c24a..d6b8bd492 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/FSESettings.cs @@ -26,6 +26,7 @@ namespace Tango.FSE.Common public ExternalBridgeLoginIntent Intent { get; set; } public bool RequireSafetyLevelOperations { get; set; } public String Password { get; set; } + public bool AutoReconnection { get; set; } } public class StatisticsStreamingConfiguration : ExtendedObject |
