Speedify SDK for Desktop/Embedded
15.0.1
|
Represents a network share peer.
#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... | |
bool SpeedifySDK_NetworkSharePeer::autoReconnect |
If its peer will be automatically reconnected one seen on the network.
SpeedifySDK_NetworkSharingDisplayName SpeedifySDK_NetworkSharePeer::displayName |
The public display name.
bool SpeedifySDK_NetworkSharePeer::haveAuthToken |
If we have exchanged an auth token with the peer.
SpeedifySDK_NetworkSharingConnection SpeedifySDK_NetworkSharePeer::peerAsClient |
Status of the connection to the client peer.
SpeedifySDK_NetworkSharingConnection SpeedifySDK_NetworkSharePeer::peerAsHost |
Status of the connection to the host peer.
bool SpeedifySDK_NetworkSharePeer::supportsHost |
If this peer supports being a host.
SpeedifySDK_NetworkSharingPeerUuid SpeedifySDK_NetworkSharePeer::uuid |
UUID of the peer.