AbstractDiagnostic

AbstractDiagnostic ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
ipStreamRatenumber

The IP stream rate as a number in Kbps

streamStatusString

The stream service status [KO, No Access Rights, OK] (status code < 0 if service is KO, 0 if service is OK)

ipNbPacketsnumber

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)

ipNbMissingPacketsnumber

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)

ipPurePixelNbAskedPacketsString

The IP number of asked packets [activated, deactivated, n/a, PP-01 error, PP-02 error]

ipPurePixelNbMissingPacketsnumber

The IP number of missing packets. Displayed value = nb of corrected packets by PP / total nb of missing packets before retransmission * 100

dvbStreamStatusString

The DVB stream status as OK (status code 0) or KO (status code < 0)

dvbBitratenumber

The DVB bitrate as a speed in Kbps if dvd OK, 0 if dvb KO

dvbSnrnumber

The DVB snr (Signal to Noise Ratio) value between 5 and 100 if dvb OK, 0 if dvb KO

iadModelString

The IAD model

iadMacAddressString

The IAD MAC address as xx-xx-xx-xx-xx-xx where x is a hexadecimal number

iadSoftwareVersionString

The IAD Software version as vv.vv.vv where v is a decimal digit

iadUptimeString

The IAD uptime value since last reboot

stbModelString

The STB model

stbMacAddressString

The STB MAC address as xx-xx-xx-xx-xx-xx where x is a hexadecimal number

idCaString

The STB CA identifier as xxx-xxx-xxx-xxx where x is a decimal digit

appliVersionString

The STB Application version as vv.vv.vv where v is a decimal digit

stbUptimeString

The STB uptime value since last reboot

AbstractDiagnostic()

Model holding a Diagnostic information description.