By SgmUsr , 24 January, 2020 Forums General discussion Hi, how do I need about create an Action method about remoteDisconnect or remoteReconnect? Thanks Hi, Hi, You create GXDLMSDisconnectControl and then call remoteDisconnect. Something like this: GXReplyData reply = new GXReplyData(); GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl(); readDataBlock(remoteDisconnect(client), reply); BR, Mikko
Hi, Hi, You create GXDLMSDisconnectControl and then call remoteDisconnect. Something like this: GXReplyData reply = new GXReplyData(); GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl(); readDataBlock(remoteDisconnect(client), reply); BR, Mikko
Hi,
Hi,
You create GXDLMSDisconnectControl and then call remoteDisconnect.
Something like this:
GXReplyData reply = new GXReplyData();
GXDLMSDisconnectControl dc = new GXDLMSDisconnectControl();
readDataBlock(remoteDisconnect(client), reply);
BR,
Mikko