![]() |
Speedify SDK for Desktop/Embedded 15.6.2
|
Safe Browsing block. 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. | |
bool | redirected |
If the connection was redirected to a warning page vs blocked. | |
char | host [SPEEDIFYSDK_MAX_HOST_LEN] |
The host for which a lookup error was encountered. | |
Safe Browsing block.
SpeedifySDK_ErrorType SpeedifySDK_SafeBrowsingBlockResult::errorCode |
Error code.
char SpeedifySDK_SafeBrowsingBlockResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_SafeBrowsingBlockResult::eventId |
Asynchronous callback ID.
char SpeedifySDK_SafeBrowsingBlockResult::host[SPEEDIFYSDK_MAX_HOST_LEN] |
The host for which a lookup error was encountered.
bool SpeedifySDK_SafeBrowsingBlockResult::isError |
Indicates if this result is an error.
bool SpeedifySDK_SafeBrowsingBlockResult::redirected |
If the connection was redirected to a warning page vs blocked.