MultiCameraServerAddNewServer Method |
Creates a new server with the given configuration.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool AddNewServer(
CameraServerConfig config
)
Public Function AddNewServer (
config As CameraServerConfig
) As Boolean
public:
bool AddNewServer(
CameraServerConfig^ config
)
member AddNewServer :
config : CameraServerConfig -> bool
Parameters
- config CameraServerConfig
-
Configuration for the new server.
Return Value
Boolean
Returns true if the server has been created, otherwise false.
See Also