Gurux.DLMS.GXDLMSServer.GXDLMSServer C# (CSharp) Method

GXDLMSServer() public method

Constructor.
public GXDLMSServer ( bool logicalNameReferencing, InterfaceType type ) : System
logicalNameReferencing bool
type InterfaceType
return System
        public GXDLMSServer(bool logicalNameReferencing, InterfaceType type)
        {
            Settings = new GXDLMSSettings(true);
            Settings.UseLogicalNameReferencing = logicalNameReferencing;
            Reset();
            this.InterfaceType = type;
        }

Same methods

GXDLMSServer::GXDLMSServer ( ) : System