> For the complete documentation index, see [llms.txt](https://doc.youzhuan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youzhuan.net/ctrl-host.md).

# 控制右转主机

- [外网接入](https://doc.youzhuan.net/ctrl-host/yun-dui-jie.md): 通过云端控制背景音乐主机
- [接入指南](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan.md): 介绍
- [添加SDK](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan/tian-jia-sdk.md): 把SDK添加到开发工程
- [账号体系](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan/deng-lu-xi-tong.md): 常用的发送验证码，登录，注册，修改密码等功能的介绍
- [设备管理](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan/huo-qu-she-bei.md): 登录成功后，可以获取账号下的所有设备，操作设备等功能
- [设备控制](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan/she-bei-kong-zhi.md): 操作账号下面的音乐主机
- [设备消息](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/jie-ru-zhi-nan/she-bei-xiao-xi.md): 接收音乐主机发送过来的消息，所有消息通过DeviceListener接口内方法回调
- [常用数据类介绍](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao.md): 介绍常用的JavaBean对象和一些保存数据的类
- [LoginSuccessOption](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/loginsuccessoption.md): 登录成功后，登录的数据将会保存在这个对象
- [Device](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/device.md): 账号下面的每一个设备都会有一个Device对象，里面有设备的信息和一些状态改变等消息，是一个JavaBean对象，不可创建由SDK提供，请求设备后可以获取到账号下面所有的Device对象
- [DeviceData](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/devicedata.md): 获取账号下的设备成功后，将会把设备保存在这个类中，保存的是Device对象
- [Music](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/music.md): 机器端发送过来的音乐数据
- [CloudStatusUpdateBean](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/cloudstatusupdatebean.md): 机器端发送过来机器的状态等信息，这个是一个JavaBean，由Device提供
- [错误码](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/cuo-wu-ma.md): 介绍某些方法请求出错时，返回的错误码
- [云云对接](https://doc.youzhuan.net/ctrl-host/yun-yun-dui-jie.md)
- [直连接入](https://doc.youzhuan.net/ctrl-host/zhi-lian-jie-ru.md)
- [RS-485协议接入](https://doc.youzhuan.net/ctrl-host/485-huo-udp-xie-yi-jie-ru.md): 右转背景音乐系统设备（Server）与控制终端（Client，可以是PC、中控设备、智能家居设备等）之间的串行通信协议，通过严格实现此协议，右转背景音乐系统可受控制终端的控制。
- [TCP/IP-UDP协议接入](https://doc.youzhuan.net/ctrl-host/udp-xie-yi-jie-ru.md): 通过局域网络，使用TCP/IP-UDP控制音乐主机
