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

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CameraPort(
	CameraProtocolType name,
	bool supported,
	int[] port = null
)

Parameters

name
Type: Ozeki.CameraCameraProtocolType
supported
Type: SystemBoolean
port (Optional)
Type: SystemInt32
See Also