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