Click or drag to resize

StartupMode Enumeration

Describes start up procedure options.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum StartupMode
Members
Member nameValueDescription
LocalConfiguration0 SDK starts with local copy of configuration and performs local authorization.
This mode is considered as "fast" startup mode which does not require a connection to the server, however you should connect to the server at least once with TryUpdateConfiguration before using this mode, otherwise you receive NoConfigAvailable.
TryUpdateConfiguration1 SDK connects to the server, performs authorization on server, downloads new configuration from server, if available, and then starts with new configuration.
See Also