Interface LogChannel


  • public interface LogChannel
    • Method Detail

      • getLoggingSettings

        java.lang.String getLoggingSettings()
      • getId

        java.lang.String getId()
      • getDescription

        java.lang.String getDescription()
      • getChannelAddress

        java.lang.String getChannelAddress()
      • getUnit

        java.lang.String getUnit()
      • getValueTypeLength

        java.lang.Integer getValueTypeLength()
      • getScalingFactor

        java.lang.Double getScalingFactor()
      • getValueOffset

        java.lang.Double getValueOffset()
      • isListening

        java.lang.Boolean isListening()
      • getSamplingInterval

        java.lang.Integer getSamplingInterval()
      • getSamplingTimeOffset

        java.lang.Integer getSamplingTimeOffset()
      • getSamplingGroup

        java.lang.String getSamplingGroup()
      • getLoggingInterval

        java.lang.Integer getLoggingInterval()
      • getLoggingTimeOffset

        java.lang.Integer getLoggingTimeOffset()
      • isDisabled

        java.lang.Boolean isDisabled()
      • isLoggingEvent

        java.lang.Boolean isLoggingEvent()