Click or drag to resize

MultiCameraServerModifyServerConfig Method

Modifies a server identified by the oldconf parameter. If the server was running it will be stopped and restared after the modification.

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool ModifyServerConfig(
	CameraServerConfig oldconf,
	CameraServerConfig config
)

Parameters

oldconf
Type: Ozeki.CameraCameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.
config
Type: Ozeki.CameraCameraServerConfig
New configuration which will replace the old.

Return Value

Type: Boolean
returns true if the modification was successful, otherwise false.
See Also