C# 클래스 HoloToolkit.Sharing.Session

상속: global::System.IDisposable
파일 보기 프로젝트 열기: OpenHID/InteractivePaint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AddListener ( SessionListener newListener ) : void
Dispose ( ) : void
GetMachineSessionState ( ) : MachineSessionState
GetName ( ) : XString
GetSessionNetworkConnection ( ) : NetworkConnection
GetSessionType ( ) : SessionType
GetUser ( int i ) : User
GetUserCount ( ) : int
IsJoined ( ) : bool
Join ( ) : bool
Leave ( ) : void
RemoveListener ( SessionListener oldListener ) : void

비공개 메소드들

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

메소드 상세

AddListener() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMachineSessionState() 공개 메소드

public GetMachineSessionState ( ) : MachineSessionState
리턴 MachineSessionState

GetName() 공개 메소드

public GetName ( ) : XString
리턴 XString

GetSessionNetworkConnection() 공개 메소드

public GetSessionNetworkConnection ( ) : NetworkConnection
리턴 NetworkConnection

GetSessionType() 공개 메소드

public GetSessionType ( ) : SessionType
리턴 SessionType

GetUser() 공개 메소드

public GetUser ( int i ) : User
i int
리턴 User

GetUserCount() 공개 메소드

public GetUserCount ( ) : int
리턴 int

IsJoined() 공개 메소드

public IsJoined ( ) : bool
리턴 bool

Join() 공개 메소드

public Join ( ) : bool
리턴 bool

Leave() 공개 메소드

public Leave ( ) : void
리턴 void

RemoveListener() 공개 메소드

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

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool