Speedify SDK for Desktop/Embedded  14.9.3
Data Fields
SpeedifySDK_NetworkSharingConnectionResult Struct Reference

Detailed Description

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.

Since
14.0

#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...
 

Field Documentation

◆ errorCode

SpeedifySDK_ErrorType SpeedifySDK_NetworkSharingConnectionResult::errorCode

Error code.

◆ errorMessage

char SpeedifySDK_NetworkSharingConnectionResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING]

Error message.

◆ eventId

SpeedifySDK_EventID SpeedifySDK_NetworkSharingConnectionResult::eventId

Asynchronous callback ID.

◆ isError

bool SpeedifySDK_NetworkSharingConnectionResult::isError

Indicates if this result is an error.

◆ peerStatus

SpeedifySDK_NetworkSharingPeerStatus SpeedifySDK_NetworkSharingConnectionResult::peerStatus

The status of the peer connection.

Since
14.0

◆ role

SpeedifySDK_NetworkSharingPeerRole SpeedifySDK_NetworkSharingConnectionResult::role

The role of the peer.

Since
14.0

◆ tunnelStatus

SpeedifySDK_NetworkSharingTunnelStatus SpeedifySDK_NetworkSharingConnectionResult::tunnelStatus

The status of the tunnel connection.

Since
14.0

◆ uuid

SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharingConnectionResult::uuid

The uuid of the peer.

Since
14.0

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