You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/03/08 10:51:33 UTC

[incubator-plc4x] 04/08: include source ref for documentation

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 3fe39743a1be9222efedcf3715d016a704731bec
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Mar 8 09:27:15 2018 +0100

    include source ref for documentation
---
 .../main/java/org/apache/plc4x/java/ads/api/generic/types/AMSNetId.java | 2 ++
 .../main/java/org/apache/plc4x/java/ads/api/generic/types/AMSPort.java  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSNetId.java b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSNetId.java
index c2171b0..138a441 100644
--- a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSNetId.java
+++ b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSNetId.java
@@ -46,6 +46,8 @@ import java.util.stream.Stream;
  * The AMSNetId is purely logical and has usually no relation to the IP address. The AMSNetId is configured at the
  * target system. At the PC for this the TwinCAT System Control is used. If you use other hardware, see the considering
  * documentation for notes about settings of the AMS NetId.
+ *
+ * @see <a href="https://infosys.beckhoff.com/content/1033/tcadscommon/html/tcadscommon_identadsdevice.htm?id=3991659524769593444">ADS device identification</a>
  */
 public class AMSNetId extends ByteValue {
 
diff --git a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSPort.java b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSPort.java
index dc19fbf..8807acb 100644
--- a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSPort.java
+++ b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/types/AMSPort.java
@@ -46,6 +46,8 @@ import java.util.regex.Pattern;
  * <tr><td>10000<tr><td>System Service</td></tr>
  * <tr><td>14000<tr><td>Scope</td></tr>
  * </table>
+ *
+ * @see <a href="https://infosys.beckhoff.com/content/1033/tcadscommon/html/tcadscommon_identadsdevice.htm?id=3991659524769593444">ADS device identification</a>
  */
 public class AMSPort extends ByteValue {
 

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.