Trait BorderAgent

Source
pub trait BorderAgent {
    // Required methods
    fn border_agent_is_active(&self) -> bool;
    fn border_agent_get_udp_port(&self) -> u16;
}
Expand description

Required Methods§

Source

fn border_agent_is_active(&self) -> bool

Functional equivalent of otsys::otBorderAgentGetState.

Source

fn border_agent_get_udp_port(&self) -> u16

Functional equivalent of otsys::otBorderAgentUdpPort.

Implementors§