Speedify SDK for Android  14.8.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.NetworkSharing.Peer Class Reference

Detailed Description

Represents a network share peer.

Since
14.0

Public Attributes

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

Member Data Documentation

◆ autoReconnect

boolean com.speedify.speedifysdk.Types.NetworkSharing.Peer.autoReconnect

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

Since
14.0

◆ displayName

String com.speedify.speedifysdk.Types.NetworkSharing.Peer.displayName

The public display name.

Since
14.0

◆ haveAuthToken

boolean com.speedify.speedifysdk.Types.NetworkSharing.Peer.haveAuthToken

If we have exchanged an auth token with the peer.

Since
14.0

◆ peerAsClient

Connection com.speedify.speedifysdk.Types.NetworkSharing.Peer.peerAsClient

Status of the connection to the client peer.

Since
14.0

◆ peerAsHost

Connection com.speedify.speedifysdk.Types.NetworkSharing.Peer.peerAsHost

Status of the connection to the host peer.

Since
14.0

◆ supportsHost

boolean com.speedify.speedifysdk.Types.NetworkSharing.Peer.supportsHost

If this peer supports being a host.

Since
14.0

◆ uuid

PeerUuid com.speedify.speedifysdk.Types.NetworkSharing.Peer.uuid

UUID of the peer.

Since
14.0

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