Class PdComParameter

java.lang.Object
com.trdp.config.PdComParameter

public class PdComParameter extends Object
Default Process Data communication parameters (<pd-com-parameter> element).

Defines interface-level defaults for PD timeout, TTL, QoS, marshalling, callback behavior, and port. Individual telegrams may override these via their own PdParameter.

Defaults: timeout-value=100000us, ttl=64, qos=5, port=17224.

  • Constructor Details

  • Method Details

    • getTimeoutValue

      public long getTimeoutValue()
    • getValidityBehavior

      public String getValidityBehavior()
    • getTtl

      public long getTtl()
    • getQos

      public long getQos()
    • isMarshall

      public boolean isMarshall()
    • getCallback

      public String getCallback()
    • getPort

      public long getPort()
    • toString

      public String toString()
      Overrides:
      toString in class Object