Class ComParameter

java.lang.Object
com.trdp.config.ComParameter

public class ComParameter extends Object
Global communication parameter set (<com-parameter> element).

Referenced by telegrams via com-parameter-id. Defines QoS (0..7), TTL (default 64), and retry count (default 2).

See Also:
  • Constructor Details

    • ComParameter

      public ComParameter(long id, long qos, Long ttl, Long retries)
  • Method Details

    • getId

      public long getId()
    • getQos

      public long getQos()
    • getTtl

      public long getTtl()
    • getRetries

      public long getRetries()
    • toString

      public String toString()
      Overrides:
      toString in class Object