Example #1
0
 /*
  * retrieve the number of bytes teh SendRec object will take on the buffer.
  */
 public int getSize()
 {
     return(m_SendRec.getSize());
 }