|
NAMEmodbus_mapping_free - free a modbus_mapping_t structureSYNOPSISvoid modbus_mapping_free(modbus_mapping_t *mb_mapping);DESCRIPTIONThe function shall free the four arrays of mb_mapping_t structure and finally the mb_mapping_t referenced by mb_mapping.RETURN VALUEThere is no return values.SEE ALSOmodbus_mapping_new(3)AUTHORSThe libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>
Visit the GSP FreeBSD Man Page Interface. |