Gurux.DLMS.Objects.GXDLMSPushSetup.GetValues C# (CSharp) Method

GetValues() public method

public GetValues ( ) : object[]
return object[]
        public override object[] GetValues()
        {
            return new object[] { LogicalName, PushObjectList, Service + " " + Destination + " " + Message,
                              CommunicationWindow, RandomisationStartInterval, NumberOfRetries, RepetitionDelay
                            };
        }