| | |
| | | /// 按键中被绑定的目标列表 |
| | | /// </summary> |
| | | public System.Collections.Generic.List<BindListResponseObj> bindList = new System.Collections.Generic.List<BindListResponseObj> { }; |
| | | |
| | | /// <summary> |
| | | /// 按键支持的私有模式列表 |
| | | /// </summary> |
| | | public System.Collections.Generic.List<string> priFunList = new System.Collections.Generic.List<string> { };
|
| | | public System.Collections.Generic.Dictionary<int, string> priDeviceModeFunList = new System.Collections.Generic.Dictionary<int, string> { };
|
| | | |
| | | /// <summary> |
| | | /// 私有功能类 |
| | |
| | | #region 配置按键指示灯面板亮度属性. |
| | | ///<summary > |
| | | ///配置按键指示灯面板亮度属性 |
| | | /// <para>directionsLevel:指示灯亮度 0-100</para> |
| | | /// <para>backlightLevel:背光灯亮度 0-100</para> |
| | | /// <para>directionsLevel:指示灯亮度 0-100(这个是点击后的值)</para> |
| | | /// <para>backlightLevel:背光灯亮度 0-100(这个是点击前的值)</para> |
| | | /// </summary> |
| | | public async System.Threading.Tasks.Task<ResponseAllData> SetKeyLevelAsync(int directionsLevel, int backlightLevel) |
| | | { |
| | |
| | | /// </summary> |
| | | public ErrorResponData errorResponData; |
| | | /// <summary> |
| | | ///按键开状态(指示)亮度 |
| | | ///按键开状态(指示)亮度(这个是点击后的值) |
| | | /// </summary> |
| | | public int panelDirectionsLevel = -1; |
| | | |
| | | /// <summary> |
| | | /// 按键关状态(背光)亮度 |
| | | /// 按键关状态(背光)亮度(这个是点击前的值) |
| | | /// </summary> |
| | | public int panelBacklightLevel = -1; |
| | | } |