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