public final class UISystemInfo
extends com.google.flatbuffers.Table
| 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) |
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 © 2021. All rights reserved.