|
Halyri - Häke
0.9.1
|
Receives data from server which invokes event and writes it to debug. More...
Inherits IWcfCallCenterServiceCallback.
Public Member Functions | |
| void | ActiveConnectionsUpdated (ConnectionDto[] updatedConnections) |
| Is invoked everytime client receives update for assignment from server. This method only invokes ConnectionsUpdatedEvent so Connection class can handle it. More... | |
| void | AudioVideoReceived (string sourceGuid, MediaInformationDto mediaInfo, byte[] mediaData) |
| Invokes tcpMediaDataReceivedEvent. More... | |
| void | MeasurementDataReceived (string sourceGuid, MeasurementInstrumentDto instrument, byte[] measurementData) |
| Invokes MeasurementDateReceivedEvent. More... | |
Public Member Functions inherited from IWcfCallCenterServiceCallback | |
| void | ActiveConnectionsUpdated (Hake_WPF.CallCenterReference.ConnectionDto[] updatedConnections) |
| void | AudioVideoReceived (string sourceGuid, Hake_WPF.CallCenterReference.MediaInformationDto mediaInfo, byte[] mediaData) |
| void | MeasurementDataReceived (string sourceGuid, Hake_WPF.CallCenterReference.MeasurementInstrumentDto instrument, byte[] measurementData) |
Public Attributes | |
| TcpMediaDataReceived | TcpMediaDataReceivedEvent |
| MeasurementDataReceivedDelegate | MeasurementDataReceivedEvent |
Events | |
| ConnectionsUpdated | ConnectionsUpdatedEvent |
Receives data from server which invokes event and writes it to debug.
| void ActiveConnectionsUpdated | ( | ConnectionDto[] | updatedConnections | ) |
Is invoked everytime client receives update for assignment from server. This method only invokes ConnectionsUpdatedEvent so Connection class can handle it.
<author>Veli-Mikko Puupponen</author>
| updatedConnections |
| void AudioVideoReceived | ( | string | sourceGuid, |
| MediaInformationDto | mediaInfo, | ||
| byte[] | mediaData | ||
| ) |
Invokes tcpMediaDataReceivedEvent.
| void MeasurementDataReceived | ( | string | sourceGuid, |
| MeasurementInstrumentDto | instrument, | ||
| byte[] | measurementData | ||
| ) |
Invokes MeasurementDateReceivedEvent.