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: 1.8.12.0 (1.8.12)
Syntax
public bool SetListenAddress(
	string localAddress,
	int port = 554
)

Parameters

localAddress
Type: SystemString
port (Optional)
Type: SystemInt32

Return Value

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