File tree 13 files changed +25
-307
lines changed
13 files changed +25
-307
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
using Skyline . DataMiner . Scripting ;
8
8
using Skyline . DataMiner . Utils . Interfaces ;
9
+ using Skyline . DataMiner . Utils . Protocol . Extension ;
9
10
using Skyline . DataMiner . Utils . Rates . Protocol ;
10
11
using Skyline . DataMiner . Utils . SafeConverters ;
11
12
using Skyline . DataMiner . Utils . SNMP ;
12
- using Skyline . Protocol . Extension ;
13
13
using Skyline . Protocol . Interface ;
14
14
15
15
public class IfTableTimeoutProcessor
@@ -285,8 +285,7 @@ public IfTableGetter(SLProtocol protocol)
285
285
286
286
public void Load ( )
287
287
{
288
- IsSnmpAgentRestarted = Convert . ToBoolean ( Convert . ToInt16 ( protocol . GetParameter ( Parameter . iftablesnmpagentrestartflag ) ) ) ;
289
-
288
+ IsSnmpAgentRestarted = Convert . ToBoolean ( protocol . GetParameter ( Parameter . iftablesnmpagentrestartflag ) ) ;
290
289
LoadIfTable ( ) ;
291
290
LoadIfXTable ( ) ;
292
291
}
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
15
15
<PackageReference Include =" Skyline.DataMiner.Utils.Interfaces" Version =" 1.0.0.3" />
16
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
16
17
<PackageReference Include =" Skyline.DataMiner.Utils.Rates.Protocol" Version =" 1.0.0.4" />
17
18
<PackageReference Include =" Skyline.DataMiner.Utils.SafeConverters" Version =" 1.0.0.1" />
18
19
</ItemGroup >
Original file line number Diff line number Diff line change 5
5
6
6
using Skyline . DataMiner . Scripting ;
7
7
using Skyline . DataMiner . Utils . Interfaces ;
8
+ using Skyline . DataMiner . Utils . Protocol . Extension ;
8
9
using Skyline . DataMiner . Utils . Rates . Protocol ;
9
10
using Skyline . DataMiner . Utils . SafeConverters ;
10
11
using Skyline . DataMiner . Utils . SNMP ;
11
- using Skyline . Protocol . Extension ;
12
12
using Skyline . Protocol . Interface ;
13
13
14
14
public class IfxTableTimeoutProcessor
@@ -283,7 +283,7 @@ public IfXTableGetter(SLProtocol protocol)
283
283
284
284
public void Load ( )
285
285
{
286
- IsSnmpAgentRestarted = Convert . ToBoolean ( Convert . ToInt16 ( protocol . GetParameter ( Parameter . ifxtablesnmpagentrestartflag ) ) ) ;
286
+ IsSnmpAgentRestarted = Convert . ToBoolean ( protocol . GetParameter ( Parameter . ifxtablesnmpagentrestartflag ) ) ;
287
287
288
288
uint [ ] columnsToGet = new uint [ ]
289
289
{
@@ -333,7 +333,7 @@ public void SetColumns()
333
333
334
334
public void SetParams ( )
335
335
{
336
- protocol . SetParams ( SetParamsData ) ;
336
+ protocol . SetParameters ( SetParamsData ) ;
337
337
}
338
338
}
339
339
}
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
15
15
<PackageReference Include =" Skyline.DataMiner.Utils.Interfaces" Version =" 1.0.0.3" />
16
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
16
17
<PackageReference Include =" Skyline.DataMiner.Utils.Rates.Protocol" Version =" 1.0.0.4" />
17
18
<PackageReference Include =" Skyline.DataMiner.Utils.SafeConverters" Version =" 1.0.0.1" />
18
19
</ItemGroup >
Original file line number Diff line number Diff line change 3
3
using System . Linq ;
4
4
5
5
using Skyline . DataMiner . Scripting ;
6
- using Skyline . Protocol . Extension ;
6
+ using Skyline . DataMiner . Utils . Protocol . Extension ;
7
7
8
8
using SLNetMessages = Skyline . DataMiner . Net . Messages ;
9
9
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
<ItemGroup >
14
14
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
15
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
15
16
</ItemGroup >
16
17
<ProjectExtensions >
17
18
<VisualStudio >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
14
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
14
15
<PackageReference Include =" Skyline.DataMiner.Utils.SNMP" Version =" 1.0.0.2" />
15
16
</ItemGroup >
16
17
<ProjectExtensions >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
14
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
14
15
</ItemGroup >
15
16
<ProjectExtensions >
16
17
<VisualStudio >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<PackageReference Include =" Skyline.DataMiner.Dev.Protocol" Version =" 10.2.0.25" />
14
+ <PackageReference Include =" Skyline.DataMiner.Utils.Protocol.Extension" Version =" 1.0.0.3" />
14
15
<PackageReference Include =" Skyline.DataMiner.Utils.SNMP" Version =" 1.0.0.2" />
15
16
</ItemGroup >
16
17
<ProjectExtensions >
You can’t perform that action at this time.
0 commit comments