I have question related to ciphered connections. Does CGXDLSClient class functions like Method or Write automatically use global versions of messages for example DLMS_COMMAND_GLO_METHOD_REQUEST instead of DLMS_COMMAND_METHOD_REQUEST and DLMS_COMMAND_GLO_SET_REQUEST instead of DLMS_COMMAND_SET_REQUEST ? Or we need to call another functions maybe some low-level ? Or is change in C++ Gurux library needed to use this messages in our application ?
Hi, The correct method is…
Hi,
The correct method is selected automatically.
GLO_* is used if you have set the encryption level and SET_REQUEST if encryption is not used.
BR,
Mikko