public final class UISystemInfo
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
UISystemInfo.Vector |
| Constructor and Description |
|---|
UISystemInfo() |
| Modifier and Type | Method and Description |
|---|---|
UISystemInfo |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addPhysicalCores(com.google.flatbuffers.FlatBufferBuilder builder,
int physicalCores) |
static int |
createUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int physicalCores) |
static int |
endUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
static UISystemInfo |
getRootAsUISystemInfo(ByteBuffer _bb) |
static UISystemInfo |
getRootAsUISystemInfo(ByteBuffer _bb,
UISystemInfo obj) |
int |
physicalCores() |
static void |
startUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
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, sortTablespublic static void ValidateVersion()
public static UISystemInfo getRootAsUISystemInfo(ByteBuffer _bb)
public static UISystemInfo getRootAsUISystemInfo(ByteBuffer _bb, UISystemInfo obj)
public void __init(int _i,
ByteBuffer _bb)
public UISystemInfo __assign(int _i, ByteBuffer _bb)
public int physicalCores()
public static int createUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int physicalCores)
public static void startUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addPhysicalCores(com.google.flatbuffers.FlatBufferBuilder builder,
int physicalCores)
public static int endUISystemInfo(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2022. All rights reserved.