class BodyType : RPCFlag
(source)
Flag to set a RPC body type.
static fun extractBodyType(flagByte: Byte): BodyType
Extract the body type from a flag byte |
|
fun isApplied(flagByte: Byte): Boolean |
|
fun value(): Int |
open fun apply(flagsByte: Byte): Byte
Applies the flag to the byte |