提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
import com.iailab.netsdk.lib.NetSDKLib.SdkStructure; |
|
4 |
import com.iailab.netsdk.lib.enumeration.EM_VSP_GAVI_PLATFORM_CODE; |
|
5 |
/** |
|
6 |
* @author 119178 |
|
7 |
* @description 接入平台范围信息 |
|
8 |
* @date 2021/4/19 |
|
9 |
*/ |
|
10 |
public class NET_VSP_GAVI_PLATFORM_INFO extends SdkStructure{ |
|
11 |
/** |
|
12 |
* {@link EM_VSP_GAVI_PLATFORM_CODE} |
|
13 |
* 平台码 |
|
14 |
*/ |
|
15 |
public int emPlatformCode; |
|
16 |
/** |
|
17 |
* 平台名称 |
|
18 |
*/ |
|
19 |
public byte[] szPlatformName = new byte[128]; |
|
20 |
/** |
|
21 |
* 预留字段 |
|
22 |
*/ |
|
23 |
public byte[] byReserved = new byte[132]; |
|
24 |
} |