C# Class HoloToolkit.Sharing.ClientConfig

Inheritance: global::System.IDisposable
Afficher le fichier Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

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

Method Details

ClientConfig() public méthode

public ClientConfig ( ClientRole role )
role ClientRole

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIsAudioEndpoint() public méthode

public GetIsAudioEndpoint ( ) : bool
Résultat bool

GetLogWriter() public méthode

public GetLogWriter ( ) : LogWriter
Résultat LogWriter

GetProfilerEnabled() public méthode

public GetProfilerEnabled ( ) : bool
Résultat bool

GetRole() public méthode

public GetRole ( ) : ClientRole
Résultat ClientRole

GetServerAddress() public méthode

public GetServerAddress ( ) : string
Résultat string

GetServerPort() public méthode

public GetServerPort ( ) : int
Résultat int

SetIsAudioEndpoint() public méthode

public SetIsAudioEndpoint ( bool isAudioEndpoint ) : void
isAudioEndpoint bool
Résultat void

SetLogWriter() public méthode

public SetLogWriter ( LogWriter logger ) : void
logger LogWriter
Résultat void

SetProfilerEnabled() public méthode

public SetProfilerEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetServerAddress() public méthode

public SetServerAddress ( string serverAddress ) : bool
serverAddress string
Résultat bool

SetServerPort() public méthode

public SetServerPort ( int port ) : bool
port int
Résultat bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool