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.4.13.0
Syntax
public bool ModifyServerConfig(
	CameraServerConfig oldconf,
	CameraServerConfig config
)

Parameters

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

Return Value

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