コード例 #1
0
 public static Offset <CL_LS_Login> CreateCL_LS_Login(FlatBufferBuilder builder,
                                                      StringOffset accountsOffset = default(StringOffset),
                                                      StringOffset passwordOffset = default(StringOffset),
                                                      StringOffset nicenameOffset = default(StringOffset))
 {
     builder.StartObject(3);
     CL_LS_Login.AddNicename(builder, nicenameOffset);
     CL_LS_Login.AddPassword(builder, passwordOffset);
     CL_LS_Login.AddAccounts(builder, accountsOffset);
     return(CL_LS_Login.EndCL_LS_Login(builder));
 }
コード例 #2
0
 public static CL_LS_Login GetRootAsCL_LS_Login(ByteBuffer _bb, CL_LS_Login obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }