AbstractDiagnostic
AbstractDiagnostic ⇐ BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
ipStreamRate | number | The IP stream rate as a number in Kbps |
streamStatus | String | The stream service status [KO, No Access Rights, OK] (status code < 0 if service is KO, 0 if service is OK) |
ipNbPackets | number | The IP number of received packets since TV flow has been called (reset to 0 after stand-by, channel change, player source change or STB reboot) |
ipNbMissingPackets | number | The IP number of lost packets since TV flow has been called (reset to 0 after stand-by, channel change, player source change or STB reboot) |
ipPurePixelNbAskedPackets | String | The IP number of asked packets [activated, deactivated, n/a, PP-01 error, PP-02 error] |
ipPurePixelNbMissingPackets | number | The IP number of missing packets. Displayed value = nb of corrected packets by PP / total nb of missing packets before retransmission * 100 |
dvbStreamStatus | String | The DVB stream status as OK (status code 0) or KO (status code < 0) |
dvbBitrate | number | The DVB bitrate as a speed in Kbps if dvd OK, 0 if dvb KO |
dvbSnr | number | The DVB snr (Signal to Noise Ratio) value between 5 and 100 if dvb OK, 0 if dvb KO |
iadModel | String | The IAD model |
iadMacAddress | String | The IAD MAC address as xx-xx-xx-xx-xx-xx where x is a hexadecimal number |
iadSoftwareVersion | String | The IAD Software version as vv.vv.vv where v is a decimal digit |
iadUptime | String | The IAD uptime value since last reboot |
stbModel | String | The STB model |
stbMacAddress | String | The STB MAC address as xx-xx-xx-xx-xx-xx where x is a hexadecimal number |
idCa | String | The STB CA identifier as xxx-xxx-xxx-xxx where x is a decimal digit |
appliVersion | String | The STB Application version as vv.vv.vv where v is a decimal digit |
stbUptime | String | The STB uptime value since last reboot |
AbstractDiagnostic()
Model holding a Diagnostic information description.