C# 클래스 UdpRevicer, RTSPExample

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
UdpRevicer ( ) : System
UdpRevicer ( int port ) : System
beginReceive ( ) : void
getLocalPort ( ) : int

비공개 메소드들

메소드 설명
ReceiveCallback ( IAsyncResult ar ) : void

메소드 상세

UdpRevicer() 공개 메소드

public UdpRevicer ( ) : System
리턴 System

UdpRevicer() 공개 메소드

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

beginReceive() 공개 메소드

public beginReceive ( ) : void
리턴 void

getLocalPort() 공개 메소드

public getLocalPort ( ) : int
리턴 int