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

read_client_events

Function read_client_events 

Source
pub fn read_client_events(
    _client_id: u32,
    _buf_ptr: usize,
    _buf_len: usize,
) -> Result<usize, KernelError>
Expand description

Read pending events for a client into a user buffer.

Returns the number of bytes written.