public class ExtraFunctionReqImpl extends BaseClientReq implements IExtraFunctionReq
Created by 浦耀宗 at 2018/05/23 0023-15:25. Email: puyz@csjbot.com
| 构造器和说明 |
|---|
ExtraFunctionReqImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
getHotWords(OnHotWordsListener listener) |
void |
resetRobot()
恢复出厂设置
|
void |
setHotWords(java.util.List<java.lang.String> hotwords) |
void |
startFaceFollow() |
void |
stopFaceFollow() |
getBodyActionJson, getChassisJson, getExpressionJson, getHotWordJson, getJson, getJson, getJson, getJson, getJson, getJsonFromJsonContent, getNewBodyActionJson, sendReq, setDirectListenerpublic void getHotWords(OnHotWordsListener listener)
getHotWords 在接口中 IExtraFunctionReqpublic void setHotWords(java.util.List<java.lang.String> hotwords)
setHotWords 在接口中 IExtraFunctionReqpublic void startFaceFollow()
startFaceFollow 在接口中 IExtraFunctionReqpublic void stopFaceFollow()
stopFaceFollow 在接口中 IExtraFunctionReqpublic void resetRobot()
IExtraFunctionReqresetRobot 在接口中 IExtraFunctionReq