![]() |
Speedify SDK for Desktop/Embedded 15.5.0
|
Safe Browsing Stats. More...
#include <results.h>
Data Fields | |
bool | isError |
Indicates if this result is an error. | |
SpeedifySDK_ErrorType | errorCode |
Error code. | |
char | errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message. | |
SpeedifySDK_EventID | eventId |
Asynchronous callback ID. | |
uint32_t | minTime |
The fastest lookup time (ms) | |
uint32_t | maxTime |
The slowest lookup time (ms) | |
uint32_t | avgTime |
The average lookup time (ms) | |
uint32_t | numErrors |
The number of safe browsing errors. | |
uint32_t | numBlocks |
The number of safe browsing blocks. | |
double | failureRate |
The lookup failure rate. | |
uint32_t | numBlockResponses |
The number of server responses requesting the SDK block or redirect the connection. | |
uint64_t | numLookups |
The number of completed requests to the safe browsing server. | |
uint64_t | numPacketsFiltered |
The number of safe browsing filtered packets. | |
Safe Browsing Stats.
uint32_t SpeedifySDK_SafeBrowsingStatsResult::avgTime |
The average lookup time (ms)
SpeedifySDK_ErrorType SpeedifySDK_SafeBrowsingStatsResult::errorCode |
Error code.
char SpeedifySDK_SafeBrowsingStatsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_SafeBrowsingStatsResult::eventId |
Asynchronous callback ID.
double SpeedifySDK_SafeBrowsingStatsResult::failureRate |
The lookup failure rate.
bool SpeedifySDK_SafeBrowsingStatsResult::isError |
Indicates if this result is an error.
uint32_t SpeedifySDK_SafeBrowsingStatsResult::maxTime |
The slowest lookup time (ms)
uint32_t SpeedifySDK_SafeBrowsingStatsResult::minTime |
The fastest lookup time (ms)
uint32_t SpeedifySDK_SafeBrowsingStatsResult::numBlockResponses |
The number of server responses requesting the SDK block or redirect the connection.
uint32_t SpeedifySDK_SafeBrowsingStatsResult::numBlocks |
The number of safe browsing blocks.
uint32_t SpeedifySDK_SafeBrowsingStatsResult::numErrors |
The number of safe browsing errors.
uint64_t SpeedifySDK_SafeBrowsingStatsResult::numLookups |
The number of completed requests to the safe browsing server.
uint64_t SpeedifySDK_SafeBrowsingStatsResult::numPacketsFiltered |
The number of safe browsing filtered packets.