![]() |
Speedify SDK for Desktop/Embedded 16.7.0
|
Information about a disconnect event. More...
#include <types.h>
Data Fields | |
| SpeedifySDK_DisconnectReason | disconnectReason |
| Reason for the disconnect. | |
| 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. | |
| int64_t | sessionLength |
| Length of the session in seconds. | |
| char | extendedDisconnectReason [SPEEDIFYSDK_MAX_EXTENDED_DISCONNECT_REASON_LENGTH] |
| Caller-supplied free-form reason from SpeedifySDK_DisconnectWithReason(), or empty if none was provided. | |
Information about a disconnect event.
| SpeedifySDK_DisconnectReason SpeedifySDK_DisconnectEvent::disconnectReason |
Reason for the disconnect.
| char SpeedifySDK_DisconnectEvent::extendedDisconnectReason[SPEEDIFYSDK_MAX_EXTENDED_DISCONNECT_REASON_LENGTH] |
Caller-supplied free-form reason from SpeedifySDK_DisconnectWithReason(), or empty if none was provided.
| 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.