pub unsafe extern "C" fn dc_serial_device_free(
device: *mut dc_serial_device_t,
)Expand description
Destroy the serial device and free all resources.
@param[in] device A valid serial device.
pub unsafe extern "C" fn dc_serial_device_free(
device: *mut dc_serial_device_t,
)Destroy the serial device and free all resources.
@param[in] device A valid serial device.