public void read(SDRInputStream in, SDRContext context) throws SDRException, IOException {
    /** Added by SdrGen */
    int actMember = 0;

    if (mMemberDone == actMember) {
      clientId = in.readInt(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
    if (mMemberDone == actMember) {
      scopeHnd = in.readInt(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
  }
  public void read(SDRInputStream in, SDRContext context) throws SDRException, IOException {
    /** Added by SdrGen */
    int actMember = 0;

    if (mMemberDone == actMember) {
      retVal = in.readBool(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
  }
  public void read(SDRInputStream in, SDRContext context) throws SDRException, IOException {
    /** Added by SdrGen */
    int actMember = 0;

    if (mMemberDone == actMember) {
      infoText = in.readString(infoText, context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
    if (mMemberDone == actMember) {
      infoValue1 = in.readInt(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
    if (mMemberDone == actMember) {
      infoValue2 = in.readInt(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
  }