提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
|
|
4 |
import com.iailab.netsdk.lib.NetSDKLib; |
|
5 |
|
|
6 |
/** |
|
7 |
* @author 421657 |
|
8 |
* @description 支持灯光联动的能力集 |
|
9 |
* @origin autoTool |
|
10 |
* @date 2023/10/19 17:27:53 |
|
11 |
*/ |
|
12 |
public class NET_LINKING_ABILITY extends NetSDKLib.SdkStructure { |
|
13 |
/** |
|
14 |
* /支持的非智能事件 |
|
15 |
*/ |
|
16 |
public int[] emAnSupportEvents = new int[10]; |
|
17 |
/** |
|
18 |
* /支持的非智能事件数量 |
|
19 |
*/ |
|
20 |
public int nSupportEventsLen; |
|
21 |
/** |
|
22 |
* /支持的智能规则 |
|
23 |
*/ |
|
24 |
public int[] emAnSupportIntelliScence = new int[40]; |
|
25 |
/** |
|
26 |
* /支持的智能规则数量 |
|
27 |
*/ |
|
28 |
public int nSupportIntelliScenceLen; |
|
29 |
/** |
|
30 |
* / 保留字节 |
|
31 |
*/ |
|
32 |
public byte[] byReserved = new byte[128]; |
|
33 |
|
|
34 |
public NET_LINKING_ABILITY() { |
|
35 |
} |
|
36 |
} |