C# Class HoloToolkit.Sharing.DiscoveredSystem

Inheritance: global::System.IDisposable
Mostrar archivo Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
DiscoveredSystem ( string name, string address, SystemRole role )
Dispose ( ) : void
GetAddress ( ) : string
GetName ( ) : string
GetRole ( ) : SystemRole

Private Methods

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

Method Details

DiscoveredSystem() public method

public DiscoveredSystem ( string name, string address, SystemRole role )
name string
address string
role SystemRole

Dispose() public method

public Dispose ( ) : void
return void

GetAddress() public method

public GetAddress ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetRole() public method

public GetRole ( ) : SystemRole
return SystemRole

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool