Function anjay_ipso_button_instance_remove
Defined in File ipso_objects.h
Function Documentation
-
int anjay_ipso_button_instance_remove(anjay_t *anjay, anjay_iid_t iid)
Remove an instance of the Push Button Object installed in an Anjay object.
- Parameters:
anjay – Anjay object with the Push Button Object installed.
iid – IID of the removed instance.
- Returns:
0 on success, or a negative value in case of error.