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

GetValues() 공개 메소드

public GetValues ( ) : object[]
리턴 object[]
        public override object[] GetValues()
        {
            return new object[] { LogicalName, Mode, Repetitions, RepetitionDelay,
                              CallingWindow, Destinations
                            };
        }