Home
last modified time | relevance | path

Searched defs:EchoLevel (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/hdc_rust/src/transfer/
Dbuffer.rs377 pub enum EchoLevel { enum
384 impl EchoLevel { impl
395 pub async fn send_channel_msg(channel_id: u32, level: EchoLevel, msg: String) -> io::Result<()> { in send_channel_msg()