Type Definition flipperzero_sys::RpcBufferIsEmptyCallback
source · pub type RpcBufferIsEmptyCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Callback to notify client that buffer is empty
pub type RpcBufferIsEmptyCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Callback to notify client that buffer is empty