| 1170 | |
| 1171 | |
| 1172 | class AlarmCRBlockRes(Block): |
| 1173 | fields_desc = [ |
| 1174 | BlockHeader, |
| 1175 | XShortEnumField("AlarmCRType", 1, ALARM_CR_TYPE), |
| 1176 | ShortField("LocalAlarmReference", 0), |
| 1177 | ShortField("MaxAlarmDataLength", 0) |
| 1178 | ] |
| 1179 | # default block_type value |
| 1180 | block_type = 0x8103 |
| 1181 | |
| 1182 | |
| 1183 | class AlarmItem(Packet): |
no test coverage detected
searching dependent graphs…