Speedify SDK for Desktop/Embedded 15.4.1
Loading...
Searching...
No Matches
SpeedifySDK_CaptivePortalCheckResult Struct Reference

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.
 

Detailed Description

Captive portal check result.

Since
9.0

Field Documentation

◆ adapterIDs

char SpeedifySDK_CaptivePortalCheckResult::adapterIDs[SPEEDIFYSDK_MAX_ADAPTERS][SPEEDIFYSDK_MAX_ADAPTER_NAME]

List of networks with detected captive portals.

Since
9.0

◆ count

uint32_t SpeedifySDK_CaptivePortalCheckResult::count

Number of networks with detected captive portals.

Since
9.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_CaptivePortalCheckResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_CaptivePortalCheckResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_CaptivePortalCheckResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_CaptivePortalCheckResult::isError

Indicates if this result is an error.


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