DeviceVSP_ClearAny
This will clear any (control, status, or both) value/status pair out of the device that matches the given value parameter.
Public Function DeviceVSP_ClearAny(ByVal dvRef As Integer, ByVal Value As Double) As Boolean
Success = hs.DeviceVSP_ClearAny(ref, Value)
Where:
ref= device reference #
Value = The value of the value/status pair you wish removed.
You can check the return value (Boolean) to determine if it was successful or not.