Gurux.DLMS.Objects.GXDLMSLimiter.GetValues C# (CSharp) Метод

GetValues() публичный Метод

public GetValues ( ) : object[]
Результат object[]
        public override object[] GetValues()
        {
            return new object[] { LogicalName, MonitoredValue, ThresholdActive, ThresholdNormal, ThresholdEmergency,
                              MinOverThresholdDuration, MinUnderThresholdDuration, EmergencyProfile, EmergencyProfileGroupIDs,
                              EmergencyProfileActive, new object[] {ActionOverThreshold, ActionUnderThreshold}
                            };
        }