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

Network Sharing Settings. 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.
 
SpeedifySDK_NetworkSharingSettings settings
 Network sharing settings.
 

Detailed Description

Network Sharing Settings.

Since
14.0

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingSettingsResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NetworkSharingSettingsResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NetworkSharingSettingsResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_NetworkSharingSettingsResult::isError

Indicates if this result is an error.

◆ settings

SpeedifySDK_NetworkSharingSettings SpeedifySDK_NetworkSharingSettingsResult::settings

Network sharing settings.

Since
14.0

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