get_protocol

Function get_protocol 

Source
pub fn get_protocol<W>(
    buf: &mut [u8],
    write: W,
    uid: u32,
) -> Result<(), EspError>
where W: FnMut(&[u8]) -> Result<(), EspError>,
Expand description

Get the current protocol bitmap of the specified interface. docs