Class PdParameter
java.lang.Object
com.trdp.config.PdParameter
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
-
-
Method Details
-
getCycle
public long getCycle() -
getTimeout
public long getTimeout() -
getValidityBehavior
-
getRedundant
public long getRedundant() -
isMarshall
public boolean isMarshall() -
getCallback
-
getOffsetAddress
public long getOffsetAddress() -
toString
-