Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_NetworkSharePeer Struct Reference

Detailed Description

Represents a network share peer.

Since
14.0

#include <types.h>

Data Fields

SpeedifySDK_NetworkSharingPeerUuid uuid
 UUID of the peer. More...
 
bool autoReconnect
 If its peer will be automatically reconnected one seen on the network. More...
 
bool haveAuthToken
 If we have exchanged an auth token with the peer. More...
 
bool supportsHost
 If this peer supports being a host. More...
 
SpeedifySDK_NetworkSharingDisplayName displayName
 The public display name. More...
 
SpeedifySDK_NetworkSharingConnection peerAsClient
 Status of the connection to the client peer. More...
 
SpeedifySDK_NetworkSharingConnection peerAsHost
 Status of the connection to the host peer. More...
 

Field Documentation

◆ autoReconnect

bool SpeedifySDK_NetworkSharePeer::autoReconnect

If its peer will be automatically reconnected one seen on the network.

Since
14.0

◆ displayName

SpeedifySDK_NetworkSharingDisplayName SpeedifySDK_NetworkSharePeer::displayName

The public display name.

Since
14.0

◆ haveAuthToken

bool SpeedifySDK_NetworkSharePeer::haveAuthToken

If we have exchanged an auth token with the peer.

Since
14.0

◆ peerAsClient

SpeedifySDK_NetworkSharingConnection SpeedifySDK_NetworkSharePeer::peerAsClient

Status of the connection to the client peer.

Since
14.0

◆ peerAsHost

SpeedifySDK_NetworkSharingConnection SpeedifySDK_NetworkSharePeer::peerAsHost

Status of the connection to the host peer.

Since
14.0

◆ supportsHost

bool SpeedifySDK_NetworkSharePeer::supportsHost

If this peer supports being a host.

Since
14.0

◆ uuid

SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharePeer::uuid

UUID of the peer.

Since
14.0

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