Esempio n. 1
0
 public static int CreateGetFunctionResponse(FlatBufferBuilder builder,
                                             int function = 0)
 {
     builder.StartObject(1);
     GetFunctionResponse.AddFunction(builder, function);
     return(GetFunctionResponse.EndGetFunctionResponse(builder));
 }
Esempio n. 2
0
 public static GetFunctionResponse GetRootAsGetFunctionResponse(ByteBuffer _bb, GetFunctionResponse obj)
 {
     return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Esempio n. 3
0
 public static GetFunctionResponse GetRootAsGetFunctionResponse(ByteBuffer _bb, GetFunctionResponse obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }