26 return _holdTime->GetProtection();
28 void set(
unsigned int x) {
29 _holdTime->SetProtection(x);
33 property unsigned int Warning1 {
35 return _holdTime->GetWarning1();
37 void set(
unsigned int x) {
38 _holdTime->SetWarning1(x);
42 property unsigned int Warning2 {
44 return _holdTime->GetWarning2();
46 void set(
unsigned int x) {
47 _holdTime->SetWarning2(x);
59 return pComp1->Protection == pComp2->Protection
60 && pComp1->Warning1 == pComp2->Warning1
61 && pComp1->Warning2 == pComp2->Warning2;
65 return pComp1->Protection != pComp2->Protection
66 || pComp1->Warning1 != pComp2->Warning1
67 || pComp1->Warning2 != pComp2->Warning2;