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

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OnvifConfig(
	int listenerPort,
	string discoveryAddress,
	bool discoverable,
	string uri
)

Parameters

listenerPort
Type: SystemInt32
discoveryAddress
Type: SystemString
discoverable
Type: SystemBoolean
uri
Type: SystemString
See Also