Halyri - Häke  0.9
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Connection.cs File Reference

Classes

class  Hake_WPF.AsyncReceiver
 Receives data from server which invokes event and writes it to debug. More...
 
class  Hake_WPF.Connection
 Handles communication between server and this client. User must use connect method to connect server. After that user can use rest of the methods to manage connection. Also user should handle most of events, but atleast connectionupdatedevent. More...
 

Namespaces

package  Hake_WPF
 

Functions

delegate void Hake_WPF.ConnectionsUpdated (ConnectionDto[] newConnections)
 Invoked when connection receives update. More...
 
delegate void Hake_WPF.TcpMediaDataReceived (object sender, MediaInformationDto info, byte[] data)
 Invoked when TcpMedia is received. More...
 
delegate void Hake_WPF.UdpMediaDataReceived (object sender, MediaPacket media)
 Invoked when udp media is received. More...
 
delegate void Hake_WPF.MeasurementDataReceivedDelegate (object sender, EventArgs e, MeasurementInstrumentDto instrument, byte[] measurementData, int dataSamplesPerSecond)