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