C# 클래스 HoloToolkit.Sharing.DiscoveryClientListener

상속: Listener
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity

공개 메소드들

메소드 설명
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