StatusReport

The StatusReport class encapsulates the LStatusReport type of the LayGO API.

using LaygoApi;

StatusReport status = cid.GetStatus();

LogStatus(status.ToString());