Get Support
Home
Components
Examples
Namespaces
Classes
Files
File List
File Members
SDKs
EdgeVisDecoderSDK
ConnectionStrategy.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
20
typedef
enum
ConnectionStrategy
21
{
22
DEFAULT
= 0
23
}
ConnectionStrategy
;
24
25
#ifdef __cplusplus
26
}
27
}
28
#endif
29
ConnectionStrategy
ConnectionStrategy
The strategy the SDK should use to connect to a cluster of servers.
Definition:
ConnectionStrategy.h:20
EdgeVisDecoderSDK
The EdgeVis Decoder SDK namespace.
DEFAULT
Default connection strategy.
Definition:
ConnectionStrategy.h:22