Skip to main content

recv

Function recv 

Source
pub fn recv(fd: &Fd, buf: &mut [u8]) -> Option<usize>
Expand description

Receive one raw uevent message. Returns the number of bytes written into buf, or None if no message is pending (EAGAIN).