pub type SerialReadEventHandlerFunction = fn(_: Isolated, _: SerialPortIdentity, _: u8, _: Option<*const dyn Any>) -> ReadHandlerResult<u8>;
Expand description
Callback called when a byte has been read
pub type SerialReadEventHandlerFunction = fn(_: Isolated, _: SerialPortIdentity, _: u8, _: Option<*const dyn Any>) -> ReadHandlerResult<u8>;
Callback called when a byte has been read