Products

DevicesVSP_AddPair

To add the name->value pair to a device use this function:

Public Function DeviceVSP_AddPair(ByVal dvRef As IntegerByVal Pair As VSPairAs Boolean

hs.DeviceVSP_AddPair(ref, Pair)

Where:

ref= device reference #

Pair = The VSPair object that you want added

You can check the return value (Boolean) to determine if it was successful or not.