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

Network Sharing Available Shares Results. 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.
 
uint16_t availableSharesCount
 How many results are in the list.
 
SpeedifySDK_NetworkSharePeer availableShares [SPEEDIFYSDK_MAX_NETWORK_SHARING_AVAILABLE_SHARES_RESULTS]
 Available shares.
 

Detailed Description

Network Sharing Available Shares Results.

Since
14.0

Field Documentation

◆ availableShares

SpeedifySDK_NetworkSharePeer SpeedifySDK_NetworkSharingAvailableSharesResult::availableShares[SPEEDIFYSDK_MAX_NETWORK_SHARING_AVAILABLE_SHARES_RESULTS]

Available shares.

Since
14.0

◆ availableSharesCount

uint16_t SpeedifySDK_NetworkSharingAvailableSharesResult::availableSharesCount

How many results are in the list.

Since
14.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingAvailableSharesResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NetworkSharingAvailableSharesResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NetworkSharingAvailableSharesResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_NetworkSharingAvailableSharesResult::isError

Indicates if this result is an error.


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