C# Class HoloToolkit.Sharing.NetworkConnectionListener

Inheritance: Listener
ファイルを表示 Open project: OpenHID/InteractivePaint

Public Methods

Method Description
Dispose ( ) : void
NetworkConnectionListener ( )
OnConnectFailed ( NetworkConnection connection ) : void
OnConnected ( NetworkConnection connection ) : void
OnDisconnected ( NetworkConnection connection ) : void
OnMessageReceived ( NetworkConnection connection, NetworkInMessage message ) : void

Private Methods

Method Description
NetworkConnectionListener ( global cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorOnConnectFailed ( global connection ) : void
SwigDirectorOnConnected ( global connection ) : void
SwigDirectorOnDisconnected ( global connection ) : void
SwigDirectorOnMessageReceived ( global connection, global message ) : void
getCPtr ( NetworkConnectionListener obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NetworkConnectionListener() public method

OnConnectFailed() public method

public OnConnectFailed ( NetworkConnection connection ) : void
connection NetworkConnection
return void

OnConnected() public method

public OnConnected ( NetworkConnection connection ) : void
connection NetworkConnection
return void

OnDisconnected() public method

public OnDisconnected ( NetworkConnection connection ) : void
connection NetworkConnection
return void

OnMessageReceived() public method

public OnMessageReceived ( NetworkConnection connection, NetworkInMessage message ) : void
connection NetworkConnection
message NetworkInMessage
return void