⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

handle_client_message

Function handle_client_message 

Source
pub fn handle_client_message(
    client_id: u32,
    data: &[u8],
) -> Result<(), KernelError>
Expand description

Handle a raw protocol message from a client.