ID : 3381
IAI*.ReadDSS2
Function
To obtain the value of device status register 2.
Syntax
IAI*.ReadDSS2
Return Value
The value of device status register 2 is returned with integer type data.
Description
To obtains the value of device status register 2. 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 ReadDSS2"
Sub Main
Dim lVal As Integer
lVal = IAI1.ReadDSS2
End Sub
ID : 3381