C# Class HoloToolkit.Sharing.SessionManager

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
AddListener ( SessionManagerListener newListener ) : void
CreateSession ( XString sessionName ) : bool
Dispose ( ) : void
GetCurrentSession ( ) : Session
GetCurrentUser ( ) : User
GetSession ( int index ) : Session
GetSessionCount ( ) : int
IsServerConnected ( ) : bool
RemoveListener ( SessionManagerListener oldListener ) : void

Private Methods

Method Description
SessionManager ( global cPtr, bool cMemoryOwn )
getCPtr ( SessionManager obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

AddListener() public method

public AddListener ( SessionManagerListener newListener ) : void
newListener SessionManagerListener
return void

CreateSession() public method

public CreateSession ( XString sessionName ) : bool
sessionName XString
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetCurrentSession() public method

public GetCurrentSession ( ) : Session
return Session

GetCurrentUser() public method

public GetCurrentUser ( ) : User
return User

GetSession() public method

public GetSession ( int index ) : Session
index int
return Session

GetSessionCount() public method

public GetSessionCount ( ) : int
return int

IsServerConnected() public method

public IsServerConnected ( ) : bool
return bool

RemoveListener() public method

public RemoveListener ( SessionManagerListener oldListener ) : void
oldListener SessionManagerListener
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool