Beispiel #1
0
 public static int CreateGetFunctionRequest(FlatBufferBuilder builder,
                                            ulong identifier = 0)
 {
     builder.StartObject(1);
     GetFunctionRequest.AddIdentifier(builder, identifier);
     return(GetFunctionRequest.EndGetFunctionRequest(builder));
 }
Beispiel #2
0
 public static GetFunctionRequest GetRootAsGetFunctionRequest(ByteBuffer _bb, GetFunctionRequest obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }