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

Network Sharing Discovery Result Indicates the result of a discovery request. 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 discoveryActive
 If discovery is currently active.
 

Detailed Description

Network Sharing Discovery Result Indicates the result of a discovery request.

Since
14.0

Field Documentation

◆ discoveryActive

bool SpeedifySDK_NetworkSharingDiscoveryResult::discoveryActive

If discovery is currently active.

Since
14.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingDiscoveryResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NetworkSharingDiscoveryResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NetworkSharingDiscoveryResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_NetworkSharingDiscoveryResult::isError

Indicates if this result is an error.


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