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

Connected() protected abstract method

Accepted connection is made for the server.
All initialization is done here. Example access level of the COSEM objects is good to update here.
protected abstract Connected ( GXDLMSConnectionEventArgs connectionInfo ) : void
connectionInfo GXDLMSConnectionEventArgs Connection information.
return void
        protected abstract void Connected(GXDLMSConnectionEventArgs connectionInfo);