C# Класс HoloToolkit.Sharing.DiscoveryClientListener

Наследование: Listener
Показать файл Открыть проект

Открытые методы

Метод Описание
DiscoveryClientListener ( )
Dispose ( ) : void
OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void

Приватные методы

Метод Описание
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

Описание методов

DiscoveryClientListener() публичный Метод

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

OnRemoteSystemDiscovered() публичный Метод

public OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
Результат void

OnRemoteSystemLost() публичный Метод

public OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
Результат void