메소드 | 설명 | |
---|---|---|
GXDLMSPushListener ( int port ) : System |
Constructor.
|
메소드 | 설명 | |
---|---|---|
OnClientConnected ( object sender, Gurux e ) : void |
Client has made connection.
|
|
OnClientDisconnected ( object sender, Gurux e ) : void |
Client has close connection.
|
|
OnError ( object sender, |
||
OnReceived ( object sender, Gurux e ) : void |
Client has send data.
|
public GXDLMSPushListener ( int port ) : System | ||
port | int | Port to listen. |
리턴 | System |