Skip to main content
Home
for DLMS smart meters

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. GUEK Transfer In Gurux.dlms.c

GUEK transfer in gurux.dlms.c

By Mh.Najafi, 28 February, 2024
Forums
Gurux.DLMS

Is there any action method code for Security Setup methods (security_activate and global_key_transfer)?

Profile picture for user Kurumi

Kurumi

1 year 4 months ago

Hi, You can do it by calling…

Hi,

You can do it by calling com_method. Like this:

BR,
Mikko

/**
* Activates and strengthens the security policy
for the security setup object
*/
int SecurityActivate(connection* connection,
DLMS_SECURITY_POLICY policy)
{
int ret;
gxSecuritySetup ss;
unsigned char ln[] = { 0,0,43,0,0,255 };
INIT_OBJECT(ss, DLMS_OBJECT_TYPE_SECURITY_SETUP, ln);
//Invokes capture action.
dlmsVARIANT param;
var_setEnum(&param, policy);
ret = com_method(connection, BASE(ss), 1, &param);
return ret;
}

  • Log in or register to post comments
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 07/09/2025 - 16:41
    Gurux.Serial.Android 2.0.13
  • Wed, 07/09/2025 - 12:07
    gurux.dlms.c 9.0.2507.0901
  • Sat, 07/05/2025 - 15:04
    Gurux.DLMS.Python 1.0.188
  • Tue, 07/01/2025 - 10:09
    Gurux.DLMS.Python 1.0.187
  • Tue, 07/01/2025 - 09:54
    gurux.dlms.c 9.0.2507.0101

New forum topics

  • Authentication issues (AARQ) with WASION IM300
  • Regarding the dlms android project
  • Unable to read attribute =3 (1.0.94.91.0.255) IC=7 for Indian Metering, while I'm able to read attribute 3 for other Profile generic class
  • Register Activation class (class_id = 9) attribute index 3 data is not visible
  • Load profile
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin