Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_SafeBrowsingBlockResult Struct Reference

Detailed Description

Safe Browsing block.

Since
10.6

#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...
 

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_SafeBrowsingBlockResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_SafeBrowsingBlockResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_SafeBrowsingBlockResult::eventId

Asynchronous callback ID.

◆ host

char SpeedifySDK_SafeBrowsingBlockResult::host[SPEEDIFYSDK_MAX_HOST_LEN]

The host for which a lookup error was encountered.

Since
10.6

◆ isError

bool SpeedifySDK_SafeBrowsingBlockResult::isError

Indicates if this result is an error.

◆ redirected

bool SpeedifySDK_SafeBrowsingBlockResult::redirected

If the connection was redirected to a warning page vs blocked.

Since
10.6

The documentation for this struct was generated from the following file: