C# Class HoloToolkit.Sharing.DirectPairReceiver

Inheritance: PairMaker
Afficher le fichier Open project: OpenHID/InteractivePaint

Méthodes publiques

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

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

Method Details

DirectPairReceiver() public méthode

public DirectPairReceiver ( )

DirectPairReceiver() public méthode

public DirectPairReceiver ( ushort port )
port ushort

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAddress() public méthode

public GetAddress ( int index ) : XString
index int
Résultat XString

GetAddressCount() public méthode

public GetAddressCount ( ) : int
Résultat int

GetPort() public méthode

public GetPort ( ) : ushort
Résultat ushort

IsReadyToConnect() public méthode

public IsReadyToConnect ( ) : bool
Résultat bool

IsReceiver() public méthode

public IsReceiver ( ) : bool
Résultat bool

SetIncomingPort() public méthode

public SetIncomingPort ( ushort port ) : void
port ushort
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void