C# Class HoloToolkit.Sharing.DirectPairReceiver

Inheritance: PairMaker
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
DirectPairReceiver ( )
DirectPairReceiver ( ushort port )
Dispose ( ) : void
GetAddress ( int index ) : XString
GetAddressCount ( ) : int
GetPort ( ) : ushort
IsReadyToConnect ( ) : bool
IsReceiver ( ) : bool
SetIncomingPort ( ushort port ) : void
Update ( ) : void

Private Methods

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

Method Details

DirectPairReceiver() public method

public DirectPairReceiver ( )

DirectPairReceiver() public method

public DirectPairReceiver ( ushort port )
port ushort

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

GetPort() public method

public GetPort ( ) : ushort
return ushort

IsReadyToConnect() public method

public IsReadyToConnect ( ) : bool
return bool

IsReceiver() public method

public IsReceiver ( ) : bool
return bool

SetIncomingPort() public method

public SetIncomingPort ( ushort port ) : void
port ushort
return void

Update() public method

public Update ( ) : void
return void