Type Alias flipperzero_sys::RpcSessionClosedCallback
source · pub type RpcSessionClosedCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Callback to notify transport layer that close_session command is received. Any other actions lays on transport layer. No destruction or session close performed.
Aliased Type§
enum RpcSessionClosedCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}