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: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.CameraCameraServerConfig
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.
- config
- Type: Ozeki.CameraCameraServerConfig
New configuration which will replace the old.
Return Value
Type:
Boolean
returns true if the modification was successful, otherwise false.
See Also