public final class FlatResponse
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
FlatResponse.Vector |
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() |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
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 © 2022. All rights reserved.