Class PdComParameter
java.lang.Object
com.trdp.config.PdComParameter
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
-
PdComParameter
-
-
Method Details
-
getTimeoutValue
public long getTimeoutValue() -
getValidityBehavior
-
getTtl
public long getTtl() -
getQos
public long getQos() -
isMarshall
public boolean isMarshall() -
getCallback
-
getPort
public long getPort() -
toString
-