MultiCameraServerStartServer Method |
Starts the server definied by the given config.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool StartServer(
CameraServerConfig conf
)
Public Function StartServer (
conf As CameraServerConfig
) As Boolean
public:
bool StartServer(
CameraServerConfig^ conf
)
member StartServer :
conf : CameraServerConfig -> bool
Parameters
- conf CameraServerConfig
-
CameraServerConfiguration object which identifies the server based on the Ip Address and port number.
Return Value
Boolean
Returns true if the server has been stated, otherwise false.
See Also