ESecureConnectProxyError.h
Go to the documentation of this file.
1 // Copyright (c) 2015 Digital Barriers.
4 
8 #pragma once
9 
10 #ifdef __cplusplus
11 namespace EdgeVisDecoderSDK
12 {
13  extern "C" {
14 #endif
15 
22  {
31 
32 #ifdef __cplusplus
33  }
34 }
35 #endif
An unknown error occurred.
Definition: ESecureConnectProxyError.h:29
Failed to connect to the local port on the client.
Definition: ESecureConnectProxyError.h:25
ESecureConnectProxyError
Determines the direction of the secure connect port.
Definition: ESecureConnectProxyError.h:21
No Error.
Definition: ESecureConnectProxyError.h:23
Failed to connect to the remote port.
Definition: ESecureConnectProxyError.h:27
The service is unavailable.
Definition: ESecureConnectProxyError.h:28
Failed to bind to the local port on the client.
Definition: ESecureConnectProxyError.h:24
Failed to bind to the remote port.
Definition: ESecureConnectProxyError.h:26
The EdgeVis Decoder SDK namespace.