Genvid_UnsubscribeCommand()

GenvidStatus Genvid_UnsubscribeCommand(const char *id, GenvidCommandCallback callback, void *userData)

Unsubscribes to commands matching the specified id, callback, and userData.

Sending a NULL or empty id will match any id.

Sending a NULL callback will match any callback.

Sending a NULL userData will match any userData.

The above rules allow to unsubscribe from multiple subscriptions in the same call.

The call is synchronous.

See Genvid_SubscribeCommand().