Esempio n. 1
0
 public static Offset <ByteSetting> CreateByteSetting(FlatBufferBuilder builder,
                                                      byte value = 0)
 {
     builder.StartObject(1);
     ByteSetting.AddValue(builder, value);
     return(ByteSetting.EndByteSetting(builder));
 }
Esempio n. 2
0
 public static ByteSetting GetRootAsByteSetting(ByteBuffer _bb, ByteSetting obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }