OHyMoS.NET Class Library

OhPort.canYouGetData メソッド (IOhTimePointImmutable, IOhTimePointImmutable)

取得可能データパックの確認を行ないます。

抽象メソッドです。

Comfirm whether be able to get data pack.
public abstract bool canYouGetData(
   IOhTimePointImmutable aTFrom,
   IOhTimePointImmutable aTTo
);

パラメータ

aTFrom
an OhTimePointImmutable value
aTTo
an OhTimePointImmutable value

戻り値

a bool value

解説

canYouGetData(OhTimePoint aTFrom, OhTimePoint aTTo) は, aTFrom 以前から、 aTTo 以降までのデータパックをこの端子から取得可能ならば、 true を返し、不可能なら false を返すように各派生クラスで定義します。

 ARGUMENT: 

Inquire whether the invoking port can get data from "aTFrom" to "aTTo".

参照

OhPort クラス | OhymosNet 名前空間 | OhPort.canYouGetData オーバーロードの一覧