Gurux.DLMS.Objects.GXDLMSPushSetup.GetValues C# (CSharp) 메소드

GetValues() 공개 메소드

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