pub type QualifierOfCIC = u8;Expand description
QCC (Qualifier of counter interrogation command) according to IEC 60870-5-101:2003 7.2.6.23
The QCC is composed by the RQT(request) and the FRZ(Freeze) part
QCC = RQT + FRZ
E.g.
to read the the values from counter group one use:
QCC = IEC60870_QCC_RQT_GROUP_1 + IEC60870_QCC_FRZ_READ
to reset all counters use:
QCC = IEC60870_QCC_RQT_GENERAL + IEC60870_QCC_FRZ_COUNTER_RESET