By SgmUsr , 7 November, 2019 Forums Gurux.DLMS Hello, is there a method to decrypt a sender frame as we do with received frame (GetData(..))? e.g. byte[][] clockToSend = client.Read("0.0.1.0.0", ObjectType.Clock, 2); Can I decrypt 'clockToSend[0]'? Thanks Hi, Hi, The framework does that automatically if you have set security.¨ GXDLMSSecureClient cl = new GXDLMSSecureClient(); cl.Ciphering.Security = Security.; BR, Mikko
Hi, Hi, The framework does that automatically if you have set security.¨ GXDLMSSecureClient cl = new GXDLMSSecureClient(); cl.Ciphering.Security = Security.; BR, Mikko
Hi,
Hi,
The framework does that automatically if you have set security.¨
GXDLMSSecureClient cl = new GXDLMSSecureClient();
cl.Ciphering.Security = Security.;
BR,
Mikko