Package org.openmuc.j60870.ie
Class IeQualifierOfCounterInterrogation
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.IeQualifierOfCounterInterrogation
-
public class IeQualifierOfCounterInterrogation extends InformationElement
Represents a qualifier of counter interrogation (QCC) information element.
-
-
Constructor Summary
Constructors Constructor Description IeQualifierOfCounterInterrogation(int request, int freeze)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFreeze()
int
getRequest()
java.lang.String
toString()
-
-
-
Method Detail
-
getRequest
public int getRequest()
-
getFreeze
public int getFreeze()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-