Gurux.DLMS.Secure.GXDLMSSecureClient.GXDLMSSecureClient C# (CSharp) Method

GXDLMSSecureClient() public method

Constructor.
public GXDLMSSecureClient ( ) : System.Text
return System.Text
        public GXDLMSSecureClient() : base()
        {
            Ciphering = new GXCiphering(ASCIIEncoding.ASCII.GetBytes("ABCDEFGH"));
            Settings.Cipher = Ciphering;
        }

Same methods

GXDLMSSecureClient::GXDLMSSecureClient ( bool useLogicalNameReferencing, int clientAddress, int serverAddress, Authentication authentication, string password, InterfaceType interfaceType ) : System.Text