Speedify SDK for Desktop/Embedded
14.9.3
|
Captive portal check 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... | |
uint32_t | count |
Number of networks with detected captive portals. More... | |
char | adapterIDs [SPEEDIFYSDK_MAX_ADAPTERS][SPEEDIFYSDK_MAX_ADAPTER_NAME] |
List of networks with detected captive portals. More... | |
char SpeedifySDK_CaptivePortalCheckResult::adapterIDs[SPEEDIFYSDK_MAX_ADAPTERS][SPEEDIFYSDK_MAX_ADAPTER_NAME] |
List of networks with detected captive portals.
uint32_t SpeedifySDK_CaptivePortalCheckResult::count |
Number of networks with detected captive portals.
SpeedifySDK_ErrorType SpeedifySDK_CaptivePortalCheckResult::errorCode |
Error code.
char SpeedifySDK_CaptivePortalCheckResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_CaptivePortalCheckResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_CaptivePortalCheckResult::isError |
Indicates if this result is an error.