C# 클래스 PortMapper, WaitingForHorus

상속: MonoBehaviour
파일 보기 프로젝트 열기: merveilles/WaitingForHorus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Port int

공개 메소드들

메소드 설명
Dispose ( ) : void
PortMapper ( int port ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PortMapper() 공개 메소드

public PortMapper ( int port ) : System
port int
리턴 System

프로퍼티 상세

Port 공개적으로 프로퍼티

public int Port
리턴 int