public final class FlatResponse
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
FlatResponse() |
| Modifier and Type | Method and Description |
|---|---|
FlatResponse |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addStatus(com.google.flatbuffers.FlatBufferBuilder builder,
int status) |
static int |
createFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder,
int status) |
static int |
endFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder) |
static FlatResponse |
getRootAsFlatResponse(ByteBuffer _bb) |
static FlatResponse |
getRootAsFlatResponse(ByteBuffer _bb,
FlatResponse obj) |
static void |
startFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
status() |
public static FlatResponse getRootAsFlatResponse(ByteBuffer _bb)
public static FlatResponse getRootAsFlatResponse(ByteBuffer _bb, FlatResponse obj)
public void __init(int _i,
ByteBuffer _bb)
public FlatResponse __assign(int _i, ByteBuffer _bb)
public int status()
public static int createFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder,
int status)
public static void startFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addStatus(com.google.flatbuffers.FlatBufferBuilder builder,
int status)
public static int endFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2021. All rights reserved.