C# Class HoloToolkit.Sharing.ClientConfig

Inheritance: global::System.IDisposable
Datei anzeigen Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ClientConfig ( ClientRole role )
Dispose ( ) : void
GetIsAudioEndpoint ( ) : bool
GetLogWriter ( ) : LogWriter
GetProfilerEnabled ( ) : bool
GetRole ( ) : ClientRole
GetServerAddress ( ) : string
GetServerPort ( ) : int
SetIsAudioEndpoint ( bool isAudioEndpoint ) : void
SetLogWriter ( LogWriter logger ) : void
SetProfilerEnabled ( bool enabled ) : void
SetServerAddress ( string serverAddress ) : bool
SetServerPort ( int port ) : bool

Private Methods

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

Method Details

ClientConfig() public method

public ClientConfig ( ClientRole role )
role ClientRole

Dispose() public method

public Dispose ( ) : void
return void

GetIsAudioEndpoint() public method

public GetIsAudioEndpoint ( ) : bool
return bool

GetLogWriter() public method

public GetLogWriter ( ) : LogWriter
return LogWriter

GetProfilerEnabled() public method

public GetProfilerEnabled ( ) : bool
return bool

GetRole() public method

public GetRole ( ) : ClientRole
return ClientRole

GetServerAddress() public method

public GetServerAddress ( ) : string
return string

GetServerPort() public method

public GetServerPort ( ) : int
return int

SetIsAudioEndpoint() public method

public SetIsAudioEndpoint ( bool isAudioEndpoint ) : void
isAudioEndpoint bool
return void

SetLogWriter() public method

public SetLogWriter ( LogWriter logger ) : void
logger LogWriter
return void

SetProfilerEnabled() public method

public SetProfilerEnabled ( bool enabled ) : void
enabled bool
return void

SetServerAddress() public method

public SetServerAddress ( string serverAddress ) : bool
serverAddress string
return bool

SetServerPort() public method

public SetServerPort ( int port ) : bool
port int
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool