Ditto 4.8.0
Loading...
Searching...
No Matches
DittoSDK.DittoRemotePeer Class Reference

A summary snapshot of the connections currently active with a remote peer. More...

Properties

string NetworkId [get]
 Gets the unique network identifier of the remote peer.
 
string DeviceName [get]
 Gets the human-readable device name of the remote peer. This defaults to the hostname but can be manually set by the application developer of the other peer. It is not necessarily unique.
 
List< string > Connections [get]
 Gets the connections that are currently active with the remote peer.
 
float? Rssi [get]
 Gets the RSSI (Received Signal Strength Indicator).
 
float? ApproximateDistanceInMeters [get]
 Gets an estimate of distance to the remote peer. This value is inaccurate. The environment, hardware, and several other factors can greatly affect this value. It is currently derived from RSSI.
 

Detailed Description

A summary snapshot of the connections currently active with a remote peer.

Property Documentation

◆ Rssi

float? DittoSDK.DittoRemotePeer.Rssi
get

Gets the RSSI (Received Signal Strength Indicator).

This value is primarily derived from Bluetooth Low Energy, so if the device's Bluetooth settings are not enabled, then this value will be nil even though there might be a connection from another transport.