MultiCameraServerModifyServerConfig Method |
Modifies a server identified by the oldconf parameter.
If the server was running it will be stopped and restared after the modification.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool ModifyServerConfig(
CameraServerConfig oldconf,
CameraServerConfig config
)
Public Function ModifyServerConfig (
oldconf As CameraServerConfig,
config As CameraServerConfig
) As Boolean
public:
bool ModifyServerConfig(
CameraServerConfig^ oldconf,
CameraServerConfig^ config
)
member ModifyServerConfig :
oldconf : CameraServerConfig *
config : CameraServerConfig -> bool
Parameters
- oldconf CameraServerConfig
-
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.
- config CameraServerConfig
-
New configuration which will replace the old.
Return Value
Boolean
returns true if the modification was successful, otherwise false.
See Also