提交 | 用户 | 时间 | ||
ce910c | 1 | package com.netsdk.lib.structure; |
H | 2 | |
3 | import com.netsdk.lib.NetSDKLib; | |
4 | ||
5 | /** | |
6 | * @author 291189 | |
7 | * @version 1.0 | |
8 | * @description //雨刷巡航模式配置 | |
9 | * @date 2021/10/29 14:31 | |
10 | */ | |
11 | public class CFG_RAINBRUSH_TOUR_INFO extends NetSDKLib.SdkStructure{ | |
12 | public int nTimes; // 雨刷执行次数:单位次 | |
13 | public int nPeriod; // 雨刷巡航周期:单位秒 | |
14 | ||
15 | } |