コード例 #1
0
ファイル: Substrate.java プロジェクト: Kleagleguo/kleagle
 /**
  * Test for the presence of incoming packets.
  *
  * @return true if there are packets available to be received.
  */
 public boolean incoming() {
   return rcvr.incoming();
 }