| OnvifConfig Constructor (Int32, String, Boolean, String) | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic OnvifConfig(
	int listenerPort,
	string discoveryAddress,
	bool discoverable,
	string uri
)
Public Sub New ( 
	listenerPort As Integer,
	discoveryAddress As String,
	discoverable As Boolean,
	uri As String
)
public:
OnvifConfig(
	int listenerPort, 
	String^ discoveryAddress, 
	bool discoverable, 
	String^ uri
)
new : 
        listenerPort : int * 
        discoveryAddress : string * 
        discoverable : bool * 
        uri : string -> OnvifConfigParameters
- listenerPort
 - Type: SystemInt32
 - discoveryAddress
 - Type: SystemString
 - discoverable
 - Type: SystemBoolean
 - uri
 - Type: SystemString
 
See Also