Uses of Class
org.ldk.structs.Ping
-
Packages that use Ping Package Description org.ldk.structs -
-
Uses of Ping in org.ldk.structs
Fields in org.ldk.structs declared as Ping Modifier and Type Field Description Ping
Result_PingDecodeErrorZ.Result_PingDecodeErrorZ_OK. res
Methods in org.ldk.structs that return Ping Modifier and Type Method Description Ping
Ping. clone()
Creates a copy of the Pingstatic Ping
Ping. of(short ponglen_arg, short byteslen_arg)
Constructs a new Ping given each fieldMethods in org.ldk.structs with parameters of type Ping Modifier and Type Method Description boolean
Ping. eq(Ping b)
Checks if two Pings contain equal inner contents.static Result_PingDecodeErrorZ
Result_PingDecodeErrorZ. ok(Ping o)
Creates a new CResult_PingDecodeErrorZ in the success state.
-