Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.FBS.FValue Struct Reference
Inheritance diagram for droid.Runtime.Messaging.FBS.FValue:
Collaboration diagram for droid.Runtime.Messaging.FBS.FValue:

Public Member Functions

void __init (int _i, ByteBuffer _bb)
 
FValue __assign (int _i, ByteBuffer _bb)
 

Static Public Member Functions

static FValue GetRootAsFValue (ByteBuffer _bb)
 
static FValue GetRootAsFValue (ByteBuffer _bb, FValue obj)
 
static Offset< FValueCreateFValue (FlatBufferBuilder builder, double val=0.0)
 
static void StartFValue (FlatBufferBuilder builder)
 
static void AddVal (FlatBufferBuilder builder, double val)
 
static Offset< FValueEndFValue (FlatBufferBuilder builder)
 

Properties

ByteBuffer ByteBuffer [get]
 
double Val [get]
 

Detailed Description

Definition at line 309 of file NeodroidFBSTypes.cs.

Member Function Documentation

◆ __assign()

FValue droid.Runtime.Messaging.FBS.FValue.__assign ( int  _i,
ByteBuffer  _bb 
)

Definition at line 316 of file NeodroidFBSTypes.cs.

◆ __init()

void droid.Runtime.Messaging.FBS.FValue.__init ( int  _i,
ByteBuffer  _bb 
)

Definition at line 315 of file NeodroidFBSTypes.cs.

◆ AddVal()

static void droid.Runtime.Messaging.FBS.FValue.AddVal ( FlatBufferBuilder  builder,
double  val 
)
static

Definition at line 328 of file NeodroidFBSTypes.cs.

◆ CreateFValue()

static Offset<FValue> droid.Runtime.Messaging.FBS.FValue.CreateFValue ( FlatBufferBuilder  builder,
double  val = 0.0 
)
static

Definition at line 320 of file NeodroidFBSTypes.cs.

◆ EndFValue()

static Offset<FValue> droid.Runtime.Messaging.FBS.FValue.EndFValue ( FlatBufferBuilder  builder)
static

Definition at line 329 of file NeodroidFBSTypes.cs.

◆ GetRootAsFValue() [1/2]

static FValue droid.Runtime.Messaging.FBS.FValue.GetRootAsFValue ( ByteBuffer  _bb)
static

Definition at line 313 of file NeodroidFBSTypes.cs.

◆ GetRootAsFValue() [2/2]

static FValue droid.Runtime.Messaging.FBS.FValue.GetRootAsFValue ( ByteBuffer  _bb,
FValue  obj 
)
static

Definition at line 314 of file NeodroidFBSTypes.cs.

◆ StartFValue()

static void droid.Runtime.Messaging.FBS.FValue.StartFValue ( FlatBufferBuilder  builder)
static

Definition at line 327 of file NeodroidFBSTypes.cs.

Property Documentation

◆ ByteBuffer

ByteBuffer droid.Runtime.Messaging.FBS.FValue.ByteBuffer
get

Definition at line 312 of file NeodroidFBSTypes.cs.

◆ Val

double droid.Runtime.Messaging.FBS.FValue.Val
get

Definition at line 318 of file NeodroidFBSTypes.cs.


The documentation for this struct was generated from the following file: