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; }