Click or drag to resize

MultiCameraServerStartServer Method

Starts the server definied by the given config.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool StartServer(
	CameraServerConfig conf
)

Parameters

conf  CameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.

Return Value

Boolean
Returns true if the server has been stated, otherwise false.
See Also