Example #1
0
  /**
   * Set the parameter count
   *
   * @param cnt Parameter word count.
   */
  public final void setParameterCount(int cnt) {

    // Set the parameter count

    m_smbbuf[WORDCNT] = (byte) cnt;

    // Reset the byte area pointer

    resetBytePointer();
  }