C# Class HoloToolkit.Sharing.DirectPairConnector

Inheritance: PairMaker
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
DirectPairConnector ( )
DirectPairConnector ( XString remoteNameOrIP )
DirectPairConnector ( XString remoteNameOrIP, ushort port )
Dispose ( ) : void
GetAddress ( int index ) : XString
GetAddressCount ( ) : int
GetPort ( ) : ushort
IsReadyToConnect ( ) : bool
IsReceiver ( ) : bool
SetRemoteAddress ( XString remoteNameOrIP ) : void
SetRemotePort ( ushort port ) : void
Update ( ) : void

Private Methods

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

Method Details

DirectPairConnector() public method

public DirectPairConnector ( )

DirectPairConnector() public method

public DirectPairConnector ( XString remoteNameOrIP )
remoteNameOrIP XString

DirectPairConnector() public method

public DirectPairConnector ( XString remoteNameOrIP, ushort port )
remoteNameOrIP XString
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

SetRemoteAddress() public method

public SetRemoteAddress ( XString remoteNameOrIP ) : void
remoteNameOrIP XString
return void

SetRemotePort() public method

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

Update() public method

public Update ( ) : void
return void