提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
import com.iailab.netsdk.lib.NetSDKLib.SdkStructure; |
|
4 |
|
|
5 |
public class NET_TIME_RECORDBACKUP_TASK extends SdkStructure{ |
|
6 |
public int nChannelCount; // 通道有效个数 |
|
7 |
public int[] nChannels=new int[512]; // 通道号 |
|
8 |
public int[] nRemoteChannels=new int[512]; // 远程通道号 |
|
9 |
|
|
10 |
public byte[] szDeviceIP=new byte[64]; // IP地址 |
|
11 |
public int nPort; // 端口 |
|
12 |
public byte[] szUserName=new byte[64]; // 用户名 |
|
13 |
public byte[] szPassword=new byte[64]; // 密码 |
|
14 |
public NET_TIME_EX1 stuStartTime; // 开始时间 |
|
15 |
public NET_TIME_EX1 stuEndTime; // 结束时间 |
|
16 |
public byte[] szStorageGroupName=new byte[32]; // 保存的盘组名称 |
|
17 |
public byte[] byReserved=new byte[512]; // 保留字段 |
|
18 |
} |