Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_LocalProxyDomainWatchlistHitResult Struct Reference

Detailed Description

Local proxy domain watchlist hit result.

Since
9.3

#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...
 
char title [SPEEDIFYSDK_MAX_WATCHLIST_TITLE]
 Title of the watchlist that triggered the hit. More...
 

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_LocalProxyDomainWatchlistHitResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_LocalProxyDomainWatchlistHitResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_LocalProxyDomainWatchlistHitResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_LocalProxyDomainWatchlistHitResult::isError

Indicates if this result is an error.

◆ title

char SpeedifySDK_LocalProxyDomainWatchlistHitResult::title[SPEEDIFYSDK_MAX_WATCHLIST_TITLE]

Title of the watchlist that triggered the hit.

Since
9.3

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