C# Class UdpSender, RTSPExample

Inheritance: MonoBehaviour
Datei anzeigen Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
SendToCallback ( IAsyncResult ar ) : void
UdpSender ( string host, int port ) : System
beginSendTo ( byte datagram, int bytes ) : void

Method Details

SendToCallback() public static method

public static SendToCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

UdpSender() public method

public UdpSender ( string host, int port ) : System
host string
port int
return System

beginSendTo() public method

public beginSendTo ( byte datagram, int bytes ) : void
datagram byte
bytes int
return void