C# Class PortMapper, WaitingForHorus

Inheritance: MonoBehaviour
Exibir arquivo Open project: merveilles/WaitingForHorus Class Usage Examples

Public Properties

Property Type Description
Port int

Public Methods

Method Description
Dispose ( ) : void
PortMapper ( int port ) : System

Private Methods

Method Description
DeviceFound ( object sender, Mono.Nat.DeviceEventArgs args ) : void
DeviceLost ( object sender, Mono.Nat.DeviceEventArgs args ) : void
MapAllDevices ( ) : void
MapDevice ( INatDevice device ) : void
TryRemoveDevice ( INatDevice device ) : void
UnmapAllDevices ( ) : void
UnmapDevice ( INatDevice device ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PortMapper() public method

public PortMapper ( int port ) : System
port int
return System

Property Details

Port public_oe property

public int Port
return int