C# Class UdpSender, RTSPExample

Inheritance: MonoBehaviour
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

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

Method Details

SendToCallback() public static méthode

public static SendToCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

UdpSender() public méthode

public UdpSender ( string host, int port ) : System
host string
port int
Résultat System

beginSendTo() public méthode

public beginSendTo ( byte datagram, int bytes ) : void
datagram byte
bytes int
Résultat void