C# Class HoloToolkit.Sharing.DiscoveryClientListener

Inheritance: Listener
Afficher le fichier Open project: Microsoft/HoloToolkit-Unity

Méthodes publiques

Méthode Description
DiscoveryClientListener ( )
Dispose ( ) : void
OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void

Private Methods

Méthode 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 méthode

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnRemoteSystemDiscovered() public méthode

public OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
Résultat void

OnRemoteSystemLost() public méthode

public OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
Résultat void