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