P2FMsgMapper

Transform between kotlin PODO PMMsg and kotlin PFMsg

Functions

Link copied to clipboard
fun f2m(f: PFMsg): PMMsg
Link copied to clipboard
fun f2mn(f: PFMsg?): PMMsg?

Transform flatbuffer PFMsg into kotlin PMMsg

fun f2mn(b: ByteArray): PMMsg?
Link copied to clipboard

Transform kotlin PMMsg into bytearray with encoded flatbuffer data

fun m2f(e: PMMsg?, builder: FlatBufferBuilder): Int