EdgeVisDecoderSDK::ISecureConnectProxyServiceListener Class Referenceabstract

Detailed Description

The interface for the secure connect service.

Threads

Care should be taken with threading within the EdgeVis SDK.

  • Callbacks from the SDK must not be blocked. Any processing resulting in a callback must be passed to a separate thread in your application and the callback complete as soon as possible
  • Callbacks from the SDK must not call back into the SDK on the same thread. Call back into the SDK on a separate thread.

Availability

Available in version 6.0 of Decoder SDK. Requires a server version greater than 6.0

#include <ISecureConnectProxyServiceListener.h>

Public Member Functions

virtual void SecureConnectProxyError (int32_t service_id, ESecureConnectProxyError error)=0
 Called when there is an error with a Secure Connection Session. More...
 

Member Function Documentation

virtual void EdgeVisDecoderSDK::ISecureConnectProxyServiceListener::SecureConnectProxyError ( int32_t  service_id,
ESecureConnectProxyError  error 
)
pure virtual

Called when there is an error with a Secure Connection Session.

Parameters
service_idThe service ID that has errored
errorThe error that has occurred

The documentation for this class was generated from the following file: