C# Class HoloToolkit.Sharing.PairMaker

Inheritance: global::System.IDisposable
ファイルを表示 Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetAddress ( int index ) : XString
GetAddressCount ( ) : int
GetLocalKey ( ) : int
GetPort ( ) : ushort
GetRemoteKey ( ) : int
IsReadyToConnect ( ) : bool
IsReceiver ( ) : bool
PairMaker ( )
Update ( ) : void

Private Methods

Method Description
PairMaker ( global cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorGetAddress ( int index ) : global::System.IntPtr
SwigDirectorGetAddressCount ( ) : int
SwigDirectorGetLocalKey ( ) : int
SwigDirectorGetPort ( ) : ushort
SwigDirectorGetRemoteKey ( ) : int
SwigDirectorIsReadyToConnect ( ) : bool
SwigDirectorIsReceiver ( ) : bool
SwigDirectorUpdate ( ) : void
getCPtr ( PairMaker obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAddress() public method

public GetAddress ( int index ) : XString
index int
return XString

GetAddressCount() public method

public GetAddressCount ( ) : int
return int

GetLocalKey() public method

public GetLocalKey ( ) : int
return int

GetPort() public method

public GetPort ( ) : ushort
return ushort

GetRemoteKey() public method

public GetRemoteKey ( ) : int
return int

IsReadyToConnect() public method

public IsReadyToConnect ( ) : bool
return bool

IsReceiver() public method

public IsReceiver ( ) : bool
return bool

PairMaker() public method

public PairMaker ( )

Update() public method

public Update ( ) : void
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool