Speedify SDK for Desktop  14.8.0
Data Fields
SpeedifySDK_DisconnectEvent Struct Reference

Detailed Description

Information about a disconnect event.

Since
10.4

#include <types.h>

Data Fields

SpeedifySDK_DisconnectReason disconnectReason
 Reason for the disconnect. More...
 
int64_t sessionEnd
 Time of the disconnect, in seconds since epoch. If 0, there has been no disconnect event to report. This field can be used to track uniqueness of DisconnectEvent objects. More...
 
int64_t sessionLength
 Length of the session in seconds. More...
 

Field Documentation

◆ disconnectReason

SpeedifySDK_DisconnectReason SpeedifySDK_DisconnectEvent::disconnectReason

Reason for the disconnect.

Since
10.4

◆ sessionEnd

int64_t SpeedifySDK_DisconnectEvent::sessionEnd

Time of the disconnect, in seconds since epoch. If 0, there has been no disconnect event to report. This field can be used to track uniqueness of DisconnectEvent objects.

Since
11.3

◆ sessionLength

int64_t SpeedifySDK_DisconnectEvent::sessionLength

Length of the session in seconds.

Since
11.3

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