C# 클래스 UdpSender, RTSPExample

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

공개 메소드들

메소드 설명
SendToCallback ( IAsyncResult ar ) : void
UdpSender ( string host, int port ) : System
beginSendTo ( byte datagram, int bytes ) : void

메소드 상세

SendToCallback() 공개 정적인 메소드

public static SendToCallback ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

UdpSender() 공개 메소드

public UdpSender ( string host, int port ) : System
host string
port int
리턴 System

beginSendTo() 공개 메소드

public beginSendTo ( byte datagram, int bytes ) : void
datagram byte
bytes int
리턴 void