getPartsAlloc method

dynamic getPartsAlloc(
  1. int seqid,
  2. TProtocol iprot,
  3. TProtocol oprot
)

Implementation

getPartsAlloc(int seqid, TProtocol iprot, TProtocol oprot) async {
  getPartsAlloc_args args = new getPartsAlloc_args();
  args.read(iprot);
  iprot.readMessageEnd();
  getPartsAlloc_result result = new getPartsAlloc_result();
  result.success = await iface_.getPartsAlloc(args.req);
  oprot.writeMessageBegin(
      new TMessage("getPartsAlloc", TMessageType.REPLY, seqid));
  result.write(oprot);
  oprot.writeMessageEnd();
  oprot.trans_.flush();
}