By juanjo699 , 21 January, 2021 Forums Gurux.DLMS Dears, Could you help me explain how can I set the parameter CallingAEInvocationId in the object client in order I can add to the ARRQ request. Thanks. Juan Jose Hi, Hi, Use UserId property for that. Like this: GXDLMSClient client = new GXDLMSClient(); client.UserId = 1; BR, Mikko Hi Mikko, Hi Mikko, I just test and works well, thanks.
Hi, Hi, Use UserId property for that. Like this: GXDLMSClient client = new GXDLMSClient(); client.UserId = 1; BR, Mikko
Hi,
Hi,
Use UserId property for that. Like this:
GXDLMSClient client = new GXDLMSClient();
client.UserId = 1;
BR,
Mikko
Hi Mikko,
Hi Mikko,
I just test and works well, thanks.