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