Halyri - Häke  0.9.1
 All Classes Namespaces Functions Variables Enumerations Properties
Package Hake_WPF

Namespaces

package  AudioVideoManagers
 
package  CallCenterReference
 
package  Conversion
 
package  Network
 
package  Properties
 

Classes

class  App
 Interaction logic for App.xaml More...
 
class  Assignment
 Assigment listboxitem that contains many properties like handlers, location, time, state, priority, pushpins, assigment info and street name. It sets content and background depending state and priority and if there is location available. More...
 
class  AsyncReceiver
 Receives data from server which invokes event and writes it to debug. More...
 
class  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...
 
class  LoginWindow
 LoginWindow More...
 
class  MainWindow
 Interaction logic for MainWindow.xaml. User can ask information from mobile client: video and location. Or user can send tutorials. Also user can manage assigments here that are shown in listbox and in map by pushpins. All controls is here in mainwindow. More...
 
class  MapController
 Controls maps. User can add specific pushpin to maps or all pushpins again. Maps can be too added. User can also center maps. Also handles closing maps. More...
 
class  MapWindow
 Simple resizable window that only contains map. More...
 
class  Settings
 User can store object that they specifie with key. User can add, update, get and remove those objects using the key. More...
 
class  SettingsWindow
 SettingsWindow More...
 

Functions

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

Function Documentation

delegate void Hake_WPF.ConnectionsUpdated ( ConnectionDto[]  newConnections)

Invoked when connection receives update.

Parameters
newConnectionsConnections as ConnectionDto
delegate void Hake_WPF.TcpMediaDataReceived ( object  sender,
MediaInformationDto  info,
byte[]  data 
)

Invoked when TcpMedia is received.

Parameters
senderSender
infoInformation
dataData
delegate void Hake_WPF.UdpMediaDataReceived ( object  sender,
MediaPacket  media 
)

Invoked when udp media is received.

Parameters
senderSender
mediaMedia