Interface Constants


  • public interface Constants
    • Field Detail

      • IEC60870_VALUE

        @Metadata(label="consumer",
                  description="The value",
                  javaType="Object",
                  applicableFor="iec60870-client")
        static final String IEC60870_VALUE
        See Also:
        Constant Field Values
      • IEC60870_TIMESTAMP

        @Metadata(label="consumer",
                  description="The timestamp of the value",
                  javaType="long",
                  applicableFor="iec60870-client")
        static final String IEC60870_TIMESTAMP
        See Also:
        Constant Field Values
      • IEC60870_QUALITY

        @Metadata(label="consumer",
                  description="The quality information of the value",
                  javaType="org.eclipse.neoscada.protocol.iec60870.asdu.types.QualityInformation",
                  applicableFor="iec60870-client")
        static final String IEC60870_QUALITY
        See Also:
        Constant Field Values
      • IEC60870_OVERFLOW

        @Metadata(label="consumer",
                  description="Is overflow",
                  javaType="boolean",
                  applicableFor="iec60870-client")
        static final String IEC60870_OVERFLOW
        See Also:
        Constant Field Values
      • ADDRESS

        @Metadata(label="consumer",
                  description="The address as ObjectAddress",
                  javaType="org.apache.camel.component.iec60870.ObjectAddress",
                  applicableFor="iec60870-server")
        static final String ADDRESS
        See Also:
        Constant Field Values
      • VALUE

        @Metadata(label="consumer",
                  description="The value",
                  javaType="Object",
                  applicableFor="iec60870-server")
        static final String VALUE
        See Also:
        Constant Field Values
      • INFORMATION_OBJECT_ADDRESS

        @Metadata(label="consumer",
                  description="The address as InformationObjectAddress",
                  javaType="org.eclipse.neoscada.protocol.iec60870.asdu.types.InformationObjectAddress",
                  applicableFor="iec60870-server")
        static final String INFORMATION_OBJECT_ADDRESS
        See Also:
        Constant Field Values
      • ASDU_HEADER

        @Metadata(label="consumer",
                  description="The ASDU header",
                  javaType="org.eclipse.neoscada.protocol.iec60870.asdu.ASDUHeader",
                  applicableFor="iec60870-server")
        static final String ASDU_HEADER
        See Also:
        Constant Field Values
      • TYPE

        @Metadata(label="consumer",
                  description="The type",
                  javaType="byte",
                  applicableFor="iec60870-server")
        static final String TYPE
        See Also:
        Constant Field Values
      • EXECUTE

        @Metadata(label="consumer",
                  description="Is execute",
                  javaType="boolean",
                  applicableFor="iec60870-server")
        static final String EXECUTE
        See Also:
        Constant Field Values