Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / Ping.java
index 6c17f2fb90a9bf25abb4eea08afd4ecf77a70759..4ef0ce5f7166be7a42b8a237f478e99c69dbcf23 100644 (file)
@@ -56,8 +56,8 @@ public class Ping extends CommonBase {
         */
        public static Ping of(short ponglen_arg, short byteslen_arg) {
                long ret = bindings.Ping_new(ponglen_arg, byteslen_arg);
-               if (ret >= 0 && ret < 1024) { return null; }
-               Ping ret_hu_conv = new Ping(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               Ping ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new Ping(null, ret); }
                ret_hu_conv.ptrs_to.add(ret_hu_conv);
                return ret_hu_conv;
        }
@@ -67,8 +67,8 @@ public class Ping extends CommonBase {
         */
        public Ping clone() {
                long ret = bindings.Ping_clone(this.ptr);
-               if (ret >= 0 && ret < 1024) { return null; }
-               Ping ret_hu_conv = new Ping(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               Ping ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new Ping(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -86,7 +86,7 @@ public class Ping extends CommonBase {
         */
        public static Result_PingDecodeErrorZ read(byte[] ser) {
                long ret = bindings.Ping_read(ser);
-               if (ret >= 0 && ret < 1024) { return null; }
+               if (ret >= 0 && ret <= 4096) { return null; }
                Result_PingDecodeErrorZ ret_hu_conv = Result_PingDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }