C# Class HoloToolkit.Sharing.Session

Inheritance: global::System.IDisposable
Show file Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

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

Method Details

AddListener() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetMachineSessionState() public method

public GetMachineSessionState ( ) : MachineSessionState
return MachineSessionState

GetName() public method

public GetName ( ) : XString
return XString

GetSessionNetworkConnection() public method

public GetSessionNetworkConnection ( ) : NetworkConnection
return NetworkConnection

GetSessionType() public method

public GetSessionType ( ) : SessionType
return SessionType

GetUser() public method

public GetUser ( int i ) : User
i int
return User

GetUserCount() public method

public GetUserCount ( ) : int
return int

IsJoined() public method

public IsJoined ( ) : bool
return bool

Join() public method

public Join ( ) : bool
return bool

Leave() public method

public Leave ( ) : void
return void

RemoveListener() public method

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

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool