-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterTypeChannelConfig implements FfiConverter<ChannelConfig, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeChannelConfigINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(ChannelConfig value)ChannelConfiglift(Pointer value)ChannelConfigread(ByteBuffer buf)IntegerallocationSize(ChannelConfig value)Unitwrite(ChannelConfig value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(ChannelConfig value)
-
lift
ChannelConfig lift(Pointer value)
-
read
ChannelConfig read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(ChannelConfig value)
-
write
Unit write(ChannelConfig value, ByteBuffer buf)
-
-
-
-