SecureConnectProxyStatus Struct Reference

Detailed Description

Contains status information of the SecureConnect connection.

#include <SecureConnectProxyStatus.h>

Public Attributes

ESecureConnectProxyError LastError
 The last error we received. More...
 
int64_t TotalBytesRead
 The total bytes read More...
 
int64_t TotalBytesWritten
 The total bytes written. More...
 
int64_t TimeSinceLastRead
 The time since last bytes read. More...
 
int64_t TimeSinceLastWrite
 The time since last bytes written. More...
 

Member Data Documentation

ESecureConnectProxyError SecureConnectProxyStatus::LastError

The last error we received.

int64_t SecureConnectProxyStatus::TotalBytesRead

The total bytes read

int64_t SecureConnectProxyStatus::TotalBytesWritten

The total bytes written.

int64_t SecureConnectProxyStatus::TimeSinceLastRead

The time since last bytes read.

int64_t SecureConnectProxyStatus::TimeSinceLastWrite

The time since last bytes written.


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