Secure Connect service

Detailed Description

Accessing the secure connect service.

Classes

struct  SecureConnectProxyStatus
 Contains status information of the SecureConnect connection. More...
 
class  EdgeVisDecoderSDK::ISecureConnectProxyServiceListener
 The interface for the secure connect service. More...
 
class  EdgeVisDecoderSDK::SecureConnectProxyService
 Creates a secure connect service to the remote encoder. More...
 

Typedefs

typedef enum ESecureConnectProxyError ESecureConnectProxyError
 Determines the direction of the secure connect port. More...
 
typedef enum ESecureConnectSessionDirection ESecureConnectSessionDirection
 Determines the direction of the secure connect port. More...
 

Enumerations

Typedef Documentation

Determines the direction of the secure connect port.

Determines the direction of the secure connect port.

Enumeration Type Documentation

Determines the direction of the secure connect port.

Enumerator
SCPE_NO_ERROR 

No Error.

SCPE_LOCAL_SOCKET_BIND_FAIL 

Failed to bind to the local port on the client.

SCPE_LOCAL_SOCKET_CONNECT_FAIL 

Failed to connect to the local port on the client.

SCPE_REMOTE_SOCKET_BIND_FAIL 

Failed to bind to the remote port.

SCPE_REMOTE_SOCKET_CONNECT_FAIL 

Failed to connect to the remote port.

SCPE_SERVICE_UNAVAILABLE 

The service is unavailable.

SCPE_UNKNOWN_ERROR 

An unknown error occurred.

Determines the direction of the secure connect port.

Enumerator
SCSD_LISTEN 

Listen Port.

SCSD_CONNECT 

Connect Port.