Speedify SDK for Desktop/Embedded 15.5.0
Loading...
Searching...
No Matches
SpeedifySDK_NetworkSharingConnectionResult Struct Reference

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.
 

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

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: