Click or drag to resize

CameoSdkParameters Class

The class represents parameters required for SDK initialization.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.CameoSdkCameoSdkParameters

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public class CameoSdkParameters

The CameoSdkParameters type exposes the following members.

Constructors
 NameDescription
Public methodCameoSdkParameters Constructor where all parameters can be specified.
Top
Properties
 NameDescription
Public propertyBinPath Path to the folder where SDK core components are installed (readonly).
Caution: The used path can potentially introduce security vulnerabilities. Validate and sanitize the path thoroughly. Ensure that the path points to a trusted and valid location within the application's intended scope and that the path cannot be manipulated. Limit the access and permissions of the provided path. Make sure that the application runs with the least privileges necessary to perform its intended functionality.
Public propertyHostId Unique name in scope of one machine (readonly).
Public propertyMainForm Some functionality of the SDK requires UI thread context.
Public propertyUseInternalLoggingSettings Turn on/off internal SDK logging settings (readonly).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also