OHyMoS.NET Class Library

OhTotalSystem.writeSendPortStock メソッド 

Stores the data packs which remain in send ports into a file withe the specified file name. If the file with the file name has been created already, it will be overwritten.

出力端子に残っているデータの保存

ファイル aFileName (引数)を新規にオープンして、 出力端子に残っているデータをファイルに保存します。 ファイル aFilefName がすでに存在する場合は上書きされます。

内部で、 (Ref "OhElement#saveSendPortStock(PrintWriter)") (Ref "OhSubSystem#saveSendPortStock(PrintWriter)") を呼んでいます。
public virtual void writeSendPortStock(
   string aFileName
);

パラメータ

aFileName
a String value

例外

例外の種類条件
OhErrorif an error occurs

参照

OhTotalSystem クラス | OhymosNet 名前空間