![]() |
Speedify SDK for Desktop/Embedded 16.0.2
|
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. | |
The result of a pair request.
| 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.