Re: Does this seem odd to you?

2018-02-19 Thread Christofer Dutz
ook for Android<https://aka.ms/ghei36> herunterladen From: Justin Mclean Sent: Saturday, February 17, 2018 8:14:24 AM To: dev@plc4x.apache.org Subject: Does this seem odd to you? Hi, It's a very minor thing I know b

Re: Does this seem odd to you?

2018-02-17 Thread Christofer Dutz
17, 2018 8:14:24 AM To: dev@plc4x.apache.org Subject: Does this seem odd to you? Hi, It's a very minor thing I know but I just came access this: public static TpduSize valueForGivenSize(int pduSize) { if(pduSize < 0) { throw new IllegalArgumentException("PduSize h

Does this seem odd to you?

2018-02-16 Thread Justin Mclean
Hi, It's a very minor thing I know but I just came access this: public static TpduSize valueForGivenSize(int pduSize) { if(pduSize < 0) { throw new IllegalArgumentException("PduSize has to be greater than 0"); } assert pduSize > 0; And have a few questions: -