OHyMoS.NET Class Library

OhPort.calReq メソッド 

計算要求を受けつけます。

Request of calculation.
public virtual void calReq();

解説

計算要求を受け付けるメソッドです。 仮想メソッドであって、クラス OhPort では何もしないように定義されています。

OhPort の派生クラスでつぎのように定義されています。
  1. OhSendPort.calReq() は、 その OhSendPort を所有している要素に計算要求を転送します。
  2. OhRelayPort.calReq() は、 その OhRelayPort にデータを送信している端子に計算要求を転送します。
  3. OhReceivePort.calReq() は、 その OhReceivePort にデータを送信している端子に計算要求を転送します。

Transfer the request to a element which does actual caluculation work or ports which send datapack to the current port.

例外

例外の種類条件
OhCannotGetDataErrorif an error occurs
OhErrorif an error occurs

参照

OhPort クラス | OhymosNet 名前空間