MicroPeckerX本体のステータスを取得します。
名前空間: SunnyGiken.MicroPeckerX.MPXADLアセンブリ: MPXCtrldotNET40Free (in MPXCtrldotNET40Free.dll) バージョン: 1.0.9559.26434
構文public static int GetStatus(
uint Serial,
ref ushort StatusCh1,
ref ushort StatusCh2
)
public:
static int GetStatus(
unsigned int Serial,
unsigned short% StatusCh1,
unsigned short% StatusCh2
)
パラメーター
- Serial UInt32
- 対象のMicroPeckerX本体のシリアル番号
- StatusCh1 UInt16
- CH1のステータス
- StatusCh2 UInt16
- CH2のステータス
戻り値
Int32
解説Serialに指定したMicroPeckerX本体の各CHのステータスを取得します。
C++版の"MPXGetStatus"に相当します。
関連項目