P2FActionMapper

Transform between kotlin PODO PMAction and kotlin PFAction

Functions

Link copied to clipboard
fun f2m(i: Int?): PMAction
Link copied to clipboard
fun f2mn(i: Int?): PMAction?

Transform flatbuffer PFAction into kotlin PMAction

Link copied to clipboard
fun m2f(e: PMAction): Int

Transform kotlin PMAction into bytearray with encoded flatbuffer data

Properties

Link copied to clipboard