Speedify SDK for Desktop/Embedded
14.9.3
|
The result of a pair request.
#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... | |
SpeedifySDK_NetworkSharingPeerUuid | uuid |
The uuid of the peer. More... | |
SpeedifySDK_NetworkSharingDisplayName | displayName |
The public display name for this device. More... | |
bool | haveAuthToken |
If we have exchanged an auth token with the peer. More... | |
SpeedifySDK_NetworkSharingDisplayName SpeedifySDK_NetworkSharingPairResult::displayName |
The public display name for this device.
SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingPairResult::errorCode |
Error code.
char SpeedifySDK_NetworkSharingPairResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_NetworkSharingPairResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_NetworkSharingPairResult::haveAuthToken |
If we have exchanged an auth token with the peer.
bool SpeedifySDK_NetworkSharingPairResult::isError |
Indicates if this result is an error.
SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharingPairResult::uuid |
The uuid of the peer.