Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_CaptivePortalCheckResult Struct Reference

Detailed Description

Captive portal check result.

Since
9.0

#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...
 

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: