Speedify SDK for Desktop/Embedded 15.5.0
Loading...
Searching...
No Matches
SpeedifySDK_CaptivePortalLoginResult Struct Reference

Captive portal login mode 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.
 
bool enabled
 If the captive portal login mode is enabled.
 
char adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME]
 Current network the captive portal login mode is running over.
 

Detailed Description

Captive portal login mode result.

Since
9.0

Field Documentation

◆ adapterID

char SpeedifySDK_CaptivePortalLoginResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME]

Current network the captive portal login mode is running over.

Since
9.0

◆ enabled

bool SpeedifySDK_CaptivePortalLoginResult::enabled

If the captive portal login mode is enabled.

Since
9.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_CaptivePortalLoginResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_CaptivePortalLoginResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_CaptivePortalLoginResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_CaptivePortalLoginResult::isError

Indicates if this result is an error.


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