|
Functions |
alp_status_t | alp_attn_dml_item_create (AlpAttnDmlItemType itemType, AlpDmlItemH *itemH) |
alp_status_t | alp_attn_dml_item_destroy (AlpDmlItemH itemH) |
alp_status_t | alp_attn_dml_item_set_int32 (AlpDmlItemH itemH, AlpAttnDmlColumnType column, int32_t *value) |
alp_status_t | alp_attn_dml_item_set_uint32 (AlpDmlItemH itemH, AlpAttnDmlColumnType column, uint32_t *value) |
alp_status_t | alp_attn_dml_item_set_bool (AlpDmlItemH itemH, AlpAttnDmlColumnType column, bool *value) |
alp_status_t | alp_attn_dml_item_set_string (AlpDmlItemH itemH, AlpAttnDmlColumnType column, const char *value) |
alp_status_t | alp_attn_dml_item_set_blob (AlpDmlItemH itemH, AlpAttnDmlColumnType column, void *data, uint32_t size) |
alp_status_t | alp_attn_dml_item_set_property_list (AlpDmlItemH itemH, AlpDmlItemH propListH) |
| miscellaneous setter / getter functions These are for adding / getting properties associated with an alert.
|
alp_status_t | alp_attn_dml_item_add_property (AlpDmlItemH itemH, AlpDmlItemH propH) |
const char * | alp_attn_dml_item_get_string (AlpDmlItemH itemH, AlpAttnDmlColumnType column) |
int32_t | alp_attn_dml_item_get_int32 (AlpDmlItemH itemH, AlpAttnDmlColumnType column) |
uint32_t | alp_attn_dml_item_get_uint32 (AlpDmlItemH itemH, AlpAttnDmlColumnType column) |