Click or drag to resize

CameraServer(Int32, Int32) Constructor

Initializes a new instance of the CameraServer class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public CameraServer(
	int minPort,
	int maxPort
)

Parameters

minPort  Int32
 
maxPort  Int32
 
See Also