# RayNeoInfo

### 能力介绍

***

以下接口可获取眼镜硬件及相关通用信息<br>

### Static Member Function Documentation

***

<table data-header-hidden><thead><tr><th width="598"></th><th></th></tr></thead><tbody><tr><td><strong>CurrentDeviceType</strong></td><td><br></td></tr><tr><td>RayNeo.API.DeviceType CurrentDeviceType()</td><td></td></tr><tr><td><p></p><pre class="language-c#"><code class="lang-c#">public enum DeviceType
{
        NONE = -0x0001,
       //BB
       NextViewPro = 0x0020, //一代眼镜nextviewpro
       AIR_PLUS_Normal = 0x0021, //二代眼镜
       AIR_PLUS_15_Seeya = 0x0022, //1.5 Seeya屏
       AIR_PLUS_15_Sony = 0x0023, //1.5 Sony屏
       AIR_PLUS_18 = 0x0024, //1.8
       AIR2_Taurus = 0x0030,

```
   //一体
   X2_Normal = 0x1000,//
```

}

</code></pre></td><td></td></tr></tbody></table>

| **DeviceIsSplitType**    | <p><br></p> |
| ------------------------ | ----------- |
| Bool DeviceIsSplitType() |             |
| 是否分体设备                   |             |

| **DeviceIsIntegratedType**    | <p><br></p> |
| ----------------------------- | ----------- |
| Bool DeviceIsIntegratedType() |             |
| 是否一体设备                        |             |

| **HasDevice**    | <p><br></p> |
| ---------------- | ----------- |
| Bool HasDevice() |             |
| 是否拥有设备           |             |

| **HasBox**    | <p><br></p> |
| ------------- | ----------- |
| Bool HasBox() |             |
| 是否有雷鸟魔盒       |             |

<table data-header-hidden><thead><tr><th width="487"></th><th></th></tr></thead><tbody><tr><td><strong>CurrentBoxType</strong></td><td><br></td></tr><tr><td>PlatformType CurrentBoxType()</td><td></td></tr><tr><td><p>是否有雷鸟魔盒</p><pre class="language-c#"><code class="lang-c#">public enum PlatformType
{
       NONE = -0x0001,
       BOX_START = 0xF0FF,//魔盒 开始
       BOX_Normal = 0xF020,//
       BOX_END = 0xF020,//
}
</code></pre></td><td></td></tr></tbody></table>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rayneo.gitbook.io/rayneo-devdoc/x-xi-lie/unity-kai-fa/x2-api-jiu-ban-sdk-zhi-chi/rayneoinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
