OHyMoS.NET Class Library

OhElement.saveSendPortStock メソッド 

要素に接続されているすべての送信端子のデータに収録されているデータパックを、 ストリーム aSw(引数)で指定されているファイルに書き出します。

The data pack recorded on the data of all the sending ports connected to the element is written out to the file specified by stream 'aSw'.
public virtual void saveSendPortStock(
   StreamWriter aSw
);

パラメータ

aSw
a StreamWriter value

書き出すストリーム

解説

収録の仕事は、送信端子の同名のメソッド OhSendPort.saveSendPortStock() を使って行ないます。

OhSubSystem では再定義されます。

Work of inclusion is performed using method 'saveSendPortStock' of the same name of a sending port.

This method is re-defined by 'OhSubSystem'.

参照

OhElement クラス | OhymosNet 名前空間