Click or drag to resize
CameraServer Constructor (Int32, Int32)
Initializes a new instance of the CameraServer class

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

Parameters

minPort
Type: SystemInt32
maxPort
Type: SystemInt32
See Also