SubscriptionRemoveCallback
Removes a function callback from a tag subscription. The subscription handle and callback function needs to match those used when adding the callback.
Syntax
SubscriptionRemoveCallback(iHandle, sCallback)
iHandle
Integer handle of the subscription of the callback.
sCallback
String stating the name of the callback function.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
TagSubscribe, TagUnsubscribe, SubscriptionAddCallback, SubscriptionGetAttribute
See Also