ServiceState.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
8 #pragma once
9 
10 #ifdef __cplusplus
11 namespace EdgeVisDecoderSDK
12 {
13  extern "C" {
14 #endif
15 
22  typedef enum ServiceState
23  {
29  } ServiceState;
30 
31 #ifdef __cplusplus
32  }
33 }
34 #endif
Service is in use by another user.
Definition: ServiceState.h:28
Service is stopped.
Definition: ServiceState.h:25
Service has been kicked by an admin user.
Definition: ServiceState.h:27
Service is ok.
Definition: ServiceState.h:26
The EdgeVis Decoder SDK namespace.
Service has started.
Definition: ServiceState.h:24
ServiceState
Service states.
Definition: ServiceState.h:22