Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_NetworkSharingAvailableSharesResult Struct Reference

Detailed Description

Network Sharing Available Shares Results.

Since
14.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...
 
uint16_t availableSharesCount
 How many results are in the list. More...
 
SpeedifySDK_NetworkSharePeer availableShares [SPEEDIFYSDK_MAX_NETWORK_SHARING_AVAILABLE_SHARES_RESULTS]
 Available shares. More...
 

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: