Speedify SDK for Desktop/Embedded
15.0.1
|
Information about a disconnect event.
#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... | |
SpeedifySDK_DisconnectReason SpeedifySDK_DisconnectEvent::disconnectReason |
Reason for the disconnect.
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.
int64_t SpeedifySDK_DisconnectEvent::sessionLength |
Length of the session in seconds.