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

The result of a pair 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.
 
SpeedifySDK_NetworkSharingPeerUuid uuid
 The uuid of the peer.
 
SpeedifySDK_NetworkSharingDisplayName displayName
 The public display name for this device.
 
bool haveAuthToken
 If we have exchanged an auth token with the peer.
 

Detailed Description

The result of a pair request.

Since
14.0

Field Documentation

◆ displayName

SpeedifySDK_NetworkSharingDisplayName SpeedifySDK_NetworkSharingPairResult::displayName

The public display name for this device.

Since
14.0

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingPairResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NetworkSharingPairResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NetworkSharingPairResult::eventId

Asynchronous callback ID.

◆ haveAuthToken

bool SpeedifySDK_NetworkSharingPairResult::haveAuthToken

If we have exchanged an auth token with the peer.

Since
14.0

◆ isError

bool SpeedifySDK_NetworkSharingPairResult::isError

Indicates if this result is an error.

◆ uuid

SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharingPairResult::uuid

The uuid of the peer.

Since
14.0

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