Updated: October 28, 2024 |
Remove an action from a condition
#include <ha/ham.h> int ham_action_remove( ham_action_t *ahdl, unsigned flags);
libham
You use the ham_action_remove() function to remove an action from a condition in a specific entity.
You can obtain the handle (ahdl) either:
or:
The flags argument isn't currently used.
In addition to the above errors, the HAM returns any error it encounters while servicing this request.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |