| 167 | } |
| 168 | |
| 169 | static unsigned int GetServiceClass(const ByteArray& bytes) |
| 170 | { |
| 171 | return std::min(GetInt(bytes, {55, 56, 57, 58, 59, 60, 49, 50, 51, 52}), 999U); |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * See ISO/IEC 16023:2000 Section 4.6 Table 3 |
no test coverage detected