Table of Contents

Class SessionReport

命名空間
easyar
組件
EasyAR.Sense.dll

Session 報告。用於查詢元件可用性或session損耗原因等。

public class SessionReport
繼承
SessionReport

屬性

Availability

可用性報告。

public SessionReport.AvailabilityReport Availability { get; }

BrokenReason

Session 損壞原因。

public Optional<SessionReport.SessionBrokenReason> BrokenReason { get; }

Exception

Session 損壞具體異常。

public SessionReport.SessionBrokenException Exception { get; }