user_remove_point
Performs enabler-specific processing when a previously valid point is removed from the configuration.
You can find the template for this subroutine in usrtm_rm_pt.c
usrtm_rm_pt.c
Syntax
void user_remove_point(DEVICE_DATA *status,
ADDR_DATA *address_struct)
Input Parameters
device_struct
Is a pointer to the structure defining device data. DEVICE_DATA is a typedef
to a structure defined in <inc_path/toolkit.h>.
address_struct
Is a pointer to the address from which the data was read. ADDR_DATA is a typedef
to a structure defined in <inc_path/toolkit.h>.
Output Parameters
None.
Return Value
None.