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

IGXDLMSBase() private method

private IGXDLMSBase ( ) : string[]
return string[]
        string[] IGXDLMSBase.GetNames()
        {
            return new string[] { Gurux.DLMS.Properties.Resources.LogicalNameTxt, "Push Object List",
                              "Send Destination And Method", "Communication Window", "Randomisation Start Interval", "Number Of Retries", "Repetition Delay"
                            };
        }

Same methods

GXDLMSPushSetup::IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
GXDLMSPushSetup::IGXDLMSBase ( ) : int
GXDLMSPushSetup::IGXDLMSBase ( ) : int[]
GXDLMSPushSetup::IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
GXDLMSPushSetup::IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void