C# Class HoloToolkit.Sharing.DiscoveryClientListener

Inheritance: Listener
Mostrar archivo Open project: Microsoft/HoloToolkit-Unity

Public Methods

Method Description
DiscoveryClientListener ( )
Dispose ( ) : void
OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void

Private Methods

Method Description
DiscoveryClientListener ( global cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorOnRemoteSystemDiscovered ( global remoteSystem ) : void
SwigDirectorOnRemoteSystemLost ( global remoteSystem ) : void
getCPtr ( DiscoveryClientListener obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

DiscoveryClientListener() public method

Dispose() public method

public Dispose ( ) : void
return void

OnRemoteSystemDiscovered() public method

public OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
return void

OnRemoteSystemLost() public method

public OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
return void