Speedify SDK for Desktop/Embedded
14.9.3
|
Local proxy domain watchlist hit result.
#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... | |
SpeedifySDK_ErrorType SpeedifySDK_LocalProxyDomainWatchlistHitResult::errorCode |
Error code.
char SpeedifySDK_LocalProxyDomainWatchlistHitResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_LocalProxyDomainWatchlistHitResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_LocalProxyDomainWatchlistHitResult::isError |
Indicates if this result is an error.
char SpeedifySDK_LocalProxyDomainWatchlistHitResult::title[SPEEDIFYSDK_MAX_WATCHLIST_TITLE] |
Title of the watchlist that triggered the hit.