Uses of Interface
jp.go.aist.rtm.RTC.port.OnRead

Packages that use OnRead
jp.go.aist.rtm.RTC.port   
 

Uses of OnRead in jp.go.aist.rtm.RTC.port
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type OnRead
 void OutPort.setOnRead(OnRead<DataType> onRead)
           sets the callback interface called immediately before reading of data.
 void InPort.setOnRead(OnRead<DataType> onRead)
          ポートが持つバッファからデータが読み込まれる直前に呼び出される コールバックインタフェースを設定します。