Example #1
0
 public void AddSceneValue_Int16_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   AddSceneValue_Int16_args args = new AddSceneValue_Int16_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   AddSceneValue_Int16_result result = new AddSceneValue_Int16_result();
   result.Success = iface_.AddSceneValue_Int16(args._sceneId, args._valueId, args._value);
   oprot.WriteMessageBegin(new TMessage("AddSceneValue_Int16", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }