C# 클래스 HoloToolkit.Sharing.DiscoveryClient

상속: global::System.IDisposable
파일 보기 프로젝트 열기: Microsoft/HoloToolkit-Unity 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AddListener ( DiscoveryClientListener newListener ) : void
Create ( ) : DiscoveryClient
Dispose ( ) : void
GetDiscoveredCount ( ) : uint
GetDiscoveredSystem ( uint index ) : DiscoveredSystem
Ping ( ) : void
RemoveListener ( DiscoveryClientListener oldListener ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
DiscoveryClient ( global cPtr, bool cMemoryOwn )
getCPtr ( DiscoveryClient obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

AddListener() 공개 메소드

public AddListener ( DiscoveryClientListener newListener ) : void
newListener DiscoveryClientListener
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : DiscoveryClient
리턴 DiscoveryClient

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDiscoveredCount() 공개 메소드

public GetDiscoveredCount ( ) : uint
리턴 uint

GetDiscoveredSystem() 공개 메소드

public GetDiscoveredSystem ( uint index ) : DiscoveredSystem
index uint
리턴 DiscoveredSystem

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

RemoveListener() 공개 메소드

public RemoveListener ( DiscoveryClientListener oldListener ) : void
oldListener DiscoveryClientListener
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool