Class PdParameter

java.lang.Object
com.trdp.config.PdParameter

public class PdParameter extends Object
Per-telegram Process Data parameters (<pd-parameter> element).

Specifies the transmission cycle time (required), timeout, validity behavior, redundancy group, marshalling, and callback settings for a PD telegram.

Defaults: timeout=0 (disabled), validity-behavior="zero", redundant=0, marshall=off, callback=off, offset-address=0.

  • Constructor Details

    • PdParameter

      public PdParameter(long cycle, Long timeout, String validityBehavior, Long redundant, String marshall, String callback, Long offsetAddress)
  • Method Details

    • getCycle

      public long getCycle()
    • getTimeout

      public long getTimeout()
    • getValidityBehavior

      public String getValidityBehavior()
    • getRedundant

      public long getRedundant()
    • isMarshall

      public boolean isMarshall()
    • getCallback

      public String getCallback()
    • getOffsetAddress

      public long getOffsetAddress()
    • toString

      public String toString()
      Overrides:
      toString in class Object