![]() |
Speedify SDK for Desktop/Embedded 16.0.2
|
Network Sharing Connection Result Describes a new connection, a connection status change, or a connection error. This result is associated with the UUID of the peer's device. 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_NetworkSharingPeerRole | role |
| The role of the peer. | |
| SpeedifySDK_NetworkSharingPeerUuid | uuid |
| The uuid of the peer. | |
| SpeedifySDK_NetworkSharingPeerStatus | peerStatus |
| The status of the peer connection. | |
| SpeedifySDK_NetworkSharingTunnelStatus | tunnelStatus |
| The status of the tunnel connection. | |
Network Sharing Connection Result Describes a new connection, a connection status change, or a connection error. This result is associated with the UUID of the peer's device.
| SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingConnectionResult::errorCode |
Error code.
| char SpeedifySDK_NetworkSharingConnectionResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
| SpeedifySDK_EventID SpeedifySDK_NetworkSharingConnectionResult::eventId |
Asynchronous callback ID.
| bool SpeedifySDK_NetworkSharingConnectionResult::isError |
Indicates if this result is an error.
| SpeedifySDK_NetworkSharingPeerStatus SpeedifySDK_NetworkSharingConnectionResult::peerStatus |
The status of the peer connection.
| SpeedifySDK_NetworkSharingPeerRole SpeedifySDK_NetworkSharingConnectionResult::role |
The role of the peer.
| SpeedifySDK_NetworkSharingTunnelStatus SpeedifySDK_NetworkSharingConnectionResult::tunnelStatus |
The status of the tunnel connection.
| SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharingConnectionResult::uuid |
The uuid of the peer.