| 1163 | kServiceTypeEchoStarTV1 = 0x91, |
| 1164 | kServiceTypeEchoStarTV2 = 0x9a, |
| 1165 | kServiceTypeEchoStarTV3 = 0xa4, |
| 1166 | kServiceTypeEchoStarTV4 = 0xa6, |
| 1167 | kServiceTypeNimiqTV1 = 0x81, |
| 1168 | kServiceTypeNimiqTV2 = 0x85, |
| 1169 | kServiceTypeNimiqTV3 = 0x86, |
| 1170 | kServiceTypeNimiqTV4 = 0x89, |
| 1171 | kServiceTypeNimiqTV5 = 0x8a, |
| 1172 | kServiceTypeNimiqTV6 = 0x8d, |
| 1173 | kServiceTypeNimiqTV7 = 0x8f, |
| 1174 | kServiceTypeNimiqTV8 = 0x90, |
| 1175 | kServiceTypeNimiqTV9 = 0x96, |
| 1176 | |
1181 | | { return ServiceType() == kServiceTypeDigitalTelevision; } |
| 1195 | { return ((ServiceType() == kServiceTypeDigitalTelevision) || |
| 1196 | (ServiceType() == kServiceTypeEchoStarTV1) || |
| 1197 | (ServiceType() == kServiceTypeEchoStarTV2) || |
| 1198 | (ServiceType() == kServiceTypeEchoStarTV3) || |
| 1199 | (ServiceType() == kServiceTypeEchoStarTV4) || |
| 1200 | (ServiceType() == kServiceTypeNimiqTV1) || |
| 1201 | (ServiceType() == kServiceTypeNimiqTV2) || |
| 1202 | (ServiceType() == kServiceTypeNimiqTV3) || |
| 1203 | (ServiceType() == kServiceTypeNimiqTV4) || |
| 1204 | (ServiceType() == kServiceTypeNimiqTV5) || |
| 1205 | (ServiceType() == kServiceTypeNimiqTV6) || |
| 1206 | (ServiceType() == kServiceTypeNimiqTV7) || |
| 1207 | (ServiceType() == kServiceTypeNimiqTV8) || |
| 1208 | (ServiceType() == kServiceTypeNimiqTV9)); } |