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

GetValues() public method

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