DeviceVSP_CountStatus
Use this function to get a count of only the status type value/status pairs on a device.
Public Function DeviceVSP_CountStatus(ByVal dvRef As Integer) As Integer
Count = hs.DeviceVSP_CountStatus(ref)
Where:
ref= device reference ID
You can check the return value (Integer) to determine if it was successful or not. Return values less than zero (0) indicate an error condition such as the device reference ID being invalid.