ID : 3382
IAI*.ReadDSSE
Function
To obtain the value of the expansion device status register.
Syntax
IAI*.ReadDSSE
Return Value
The value of the expansion device status register is returned with integer type data.
Description
To obtain the value of the expansion device status register. This function is available in Ver.2.7.* or higher.
For an asterisk written after IAI, enter an ID of the control target PCON.
Related Terms
Attention
-
Example
'!TITLE "IAI Sample ReadDSSE"
Sub Main
Dim lVal As Integer
lVal = IAI1.ReadDSSE
End Sub
ID : 3382