Speedify SDK for Desktop/Embedded
15.0.1
|
Captive portal login mode 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... | |
bool | enabled |
If the captive portal login mode is enabled. More... | |
char | adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME] |
Current network the captive portal login mode is running over. More... | |
char SpeedifySDK_CaptivePortalLoginResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME] |
Current network the captive portal login mode is running over.
bool SpeedifySDK_CaptivePortalLoginResult::enabled |
If the captive portal login mode is enabled.
SpeedifySDK_ErrorType SpeedifySDK_CaptivePortalLoginResult::errorCode |
Error code.
char SpeedifySDK_CaptivePortalLoginResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_CaptivePortalLoginResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_CaptivePortalLoginResult::isError |
Indicates if this result is an error.