Click or drag to resize

CameraServerSetListenAddress Method

Sets the local address and port on which the IP camera server will listen for connections.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool SetListenAddress(
	string localAddress,
	int port = 554
)

Parameters

localAddress  String
 
port  Int32  (Optional)
 

Return Value

Boolean
True, if success; otherwise false
Exceptions
ExceptionCondition
VoIPExceptionThrows a VoIPException when the local address is invalid.
See Also