25 lines
		
	
	
		
			665 B
		
	
	
	
		
			VB.net
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			665 B
		
	
	
	
		
			VB.net
		
	
	
	
	
	
| Public Class SetConfig
 | |
|     '设备编号'
 | |
|     Public Property MachineId As String
 | |
|     '设备唯一码(网卡信息)'
 | |
|     Public Property BiosId As String
 | |
| 
 | |
|     '心跳时间间隔(秒)'
 | |
|     Public Property Heart As String
 | |
| 
 | |
|     '关键字心跳(秒)'
 | |
|     Public Property KeywordHeart As String
 | |
| 
 | |
|     '进程限制 1-限制 2-不限制 3-只记录'
 | |
|     Public Property TaskLimit As Integer
 | |
| 
 | |
|     '应用限制 1-是 2-否'
 | |
|     Public Property AppLimit As Integer
 | |
| 
 | |
|     '是否开启关键字采集 1-是 2-否 '
 | |
|     Public Property Keyword As Integer
 | |
| 
 | |
|     '拦截时间间隔'
 | |
|     Public Property InterceptTimeInterval As Double
 | |
| End Class
 |