pub unsafe extern "C" fn SerialPort_open(self_: SerialPort) -> boolExpand description
Open the serial interface
ยงReturns
true in case of success, false otherwise (use SerialPort_getLastError for a detailed error code)
pub unsafe extern "C" fn SerialPort_open(self_: SerialPort) -> boolOpen the serial interface
true in case of success, false otherwise (use SerialPort_getLastError for a detailed error code)