C# Class GuruxDLMSServerExample.GXDLMSPushListener

All example servers are using same objects.
Inheritance: Gurux.DLMS.GXDLMSNotify
Show file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Public Methods

Method Description
GXDLMSPushListener ( int port ) : System

Constructor.

Private Methods

Method Description
OnClientConnected ( object sender, Gurux e ) : void

Client has made connection.

OnClientDisconnected ( object sender, Gurux e ) : void

Client has close connection.

OnError ( object sender, Exception ex ) : void
OnReceived ( object sender, Gurux e ) : void

Client has send data.

Method Details

GXDLMSPushListener() public method

Constructor.
public GXDLMSPushListener ( int port ) : System
port int Port to listen.
return System