Speedify SDK for Desktop/Embedded
14.9.3
|
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.
#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_NetworkSharingPeerRole | role |
The role of the peer. More... | |
SpeedifySDK_NetworkSharingPeerUuid | uuid |
The uuid of the peer. More... | |
SpeedifySDK_NetworkSharingPeerStatus | peerStatus |
The status of the peer connection. More... | |
SpeedifySDK_NetworkSharingTunnelStatus | tunnelStatus |
The status of the tunnel connection. More... | |
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.