RangingResult.RangingResultPeerDisconnected


class RangingResult.RangingResultPeerDisconnected : RangingResult


A ranging result with peer disconnected status update.

Summary

Public constructors

Public properties

open UwbDevice

The peer UWB device that disconnected.

Int

The reason code indicating why the failure occurred.

Public constructors

RangingResultPeerDisconnected

Added in 1.0.0-alpha11
RangingResultPeerDisconnected(device: UwbDevice, reason: Int)

Public properties

device

open val deviceUwbDevice

The peer UWB device that disconnected.

reason

Added in 1.0.0-alpha11
val reasonInt

The reason code indicating why the failure occurred.