Skip to main content

probe_device

Function probe_device 

Source
pub async fn probe_device(ip: IpAddr, client: &Client) -> Result<DeviceInfo>
Expand description

Probe a device by IP address. Thin wrapper around probe_target that exists so existing callers (CLI subnet discovery) keep working unchanged.