Click or drag to resize

ConfigurationState Enumeration

Describes configuration states possible values.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum ConfigurationState
Members
Member nameValueDescription
NoConfigurationAvailable0 There is no information about current configuration state.
UpToDate1 Local configuration is up to date and in sync with the server configuration.
OutOfDateRestartOptional2 Local configuration is out of date. SDK restart is optional.
OutOfDateRestartMandatory3 Local configuration is out of date. SDK restart is mandatory.
After receiving the state you need to shut down the SDK and start it again in TryUpdateConfiguration mode.
See Also