Uses of Class
org.ldk.structs.Result_PingDecodeErrorZ
-
Packages that use Result_PingDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_PingDecodeErrorZ in org.ldk.structs
Subclasses of Result_PingDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_PingDecodeErrorZ.Result_PingDecodeErrorZ_Err
static class
Result_PingDecodeErrorZ.Result_PingDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_PingDecodeErrorZ Modifier and Type Method Description Result_PingDecodeErrorZ
Result_PingDecodeErrorZ. clone()
Creates a new CResult_PingDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_PingDecodeErrorZ
Result_PingDecodeErrorZ. err(DecodeError e)
Creates a new CResult_PingDecodeErrorZ in the error state.static Result_PingDecodeErrorZ
Result_PingDecodeErrorZ. ok(Ping o)
Creates a new CResult_PingDecodeErrorZ in the success state.static Result_PingDecodeErrorZ
Ping. read(byte[] ser)
Read a Ping from a byte array, created by Ping_write
-