割り込み発生時のステータス

Namespace: FVIL.Dio
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public uint Status { get; set; }
Visual Basic
Public Property Status As UInteger
	Get
	Set

Return Value

Type: UInt32

割り込みステータス の取得または設定を行います。

許容値:

意味
0~割り込みステータス。WaitEventStatusの値が格納されます。

See Also