モニタリングを停止します。
名前空間: SunnyGiken.MicroPeckerX.MPXADLアセンブリ: MPXCtrldotNET40Free (in MPXCtrldotNET40Free.dll) バージョン: 1.0.9559.26434
構文public static int MonitorStop(
uint Serial,
ref uint mSec,
ref ushort uSec
)
public:
static int MonitorStop(
unsigned int Serial,
unsigned int% mSec,
unsigned short% uSec
)
パラメーター
- Serial UInt32
- 対象のMicroPeckerX本体のシリアル番号
- mSec UInt32
- タイムスタンプ(ミリ秒)
- uSec UInt16
- タイムスタンプ(マイクロ秒)
戻り値
Int32
解説Serialに指定したMicroPeckerX本体のモニタリングを停止し、その時点でのタイムスタンプを取得します。
mSecとuSecにセットされたタイムスタンプは、その時点までに受信したログの内容が保証されることを意味します。
複数のMicroPeckerX本体を動作させている場合は、マスタモードで動作しているMicroPeckerX本体のモニタリングを停止させてから、スレーブモードで動作しているMicroPeckerX本体のモニタリングを順次停止させてください。
C++版の"MPXMonitorStop"に相当します。
関連項目