@@ -65,9 +65,9 @@ public static class Parameter
65
65
public const int iftablesetinstance = 999 ;
66
66
/// <summary>PID: 1092 | Type: read</summary>
67
67
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
68
- public const int ifxtabletimeoutafterretriesflag_1092 = 1092 ;
68
+ public const int ifxtablegroupresultafterretries_1092 = 1092 ;
69
69
/// <summary>PID: 1092 | Type: read</summary>
70
- public const int ifxtabletimeoutafterretriesflag = 1092 ;
70
+ public const int ifxtablegroupresultafterretries = 1092 ;
71
71
/// <summary>PID: 1095 | Type: read</summary>
72
72
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
73
73
public const int ifxtablesnmpagentrestartflag_1095 = 1095 ;
@@ -1146,8 +1146,8 @@ public interface SLProtocolExt : SLProtocol
1146
1146
object Iftableifratedata { get ; set ; }
1147
1147
object Iftableifadminstatus_1057 { get ; set ; }
1148
1148
object Ifxtabletimeouttrigger_dummy { get ; set ; }
1149
- object Ifxtabletimeoutafterretriesflag_1092 { get ; set ; }
1150
- object Ifxtabletimeoutafterretriesflag { get ; set ; }
1149
+ object Ifxtablegroupresultafterretries_1092 { get ; set ; }
1150
+ object Ifxtablegroupresultafterretries { get ; set ; }
1151
1151
object Ifxtablecalculatebitrates_dummy { get ; set ; }
1152
1152
object Ifxtablesnmpagentrestartflag_1095 { get ; set ; }
1153
1153
object Ifxtablesnmpagentrestartflag { get ; set ; }
@@ -1487,11 +1487,11 @@ public class ConcreteSLProtocolExt : ConcreteSLProtocol, SLProtocolExt
1487
1487
public System . Object Iftableifadminstatus_1057 { get { return GetParameter ( 1057 ) ; } set { SetParameter ( 1057 , value ) ; } }
1488
1488
/// <summary>PID: 1091 | Type: dummy</summary>
1489
1489
public System . Object Ifxtabletimeouttrigger_dummy { get { return GetParameter ( 1091 ) ; } set { SetParameter ( 1091 , value ) ; } }
1490
- /// <summary>PID: 1092 | Type: read | DISCREETS: False = 0, True = 1</summary>
1490
+ /// <summary>PID: 1092 | Type: read | DISCREETS: Success = 0, Timeout = 1</summary>
1491
1491
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
1492
- public System . Object Ifxtabletimeoutafterretriesflag_1092 { get { return GetParameter ( 1092 ) ; } set { SetParameter ( 1092 , value ) ; } }
1493
- /// <summary>PID: 1092 | Type: read | DISCREETS: False = 0, True = 1</summary>
1494
- public System . Object Ifxtabletimeoutafterretriesflag { get { return GetParameter ( 1092 ) ; } set { SetParameter ( 1092 , value ) ; } }
1492
+ public System . Object Ifxtablegroupresultafterretries_1092 { get { return GetParameter ( 1092 ) ; } set { SetParameter ( 1092 , value ) ; } }
1493
+ /// <summary>PID: 1092 | Type: read | DISCREETS: Success = 0, Timeout = 1</summary>
1494
+ public System . Object Ifxtablegroupresultafterretries { get { return GetParameter ( 1092 ) ; } set { SetParameter ( 1092 , value ) ; } }
1495
1495
/// <summary>PID: 1093 | Type: dummy</summary>
1496
1496
public System . Object Ifxtablecalculatebitrates_dummy { get { return GetParameter ( 1093 ) ; } set { SetParameter ( 1093 , value ) ; } }
1497
1497
/// <summary>PID: 1095 | Type: read | DISCREETS: False = 0, True = 1</summary>
0 commit comments