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: 10.3.183.0
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