Function playdate_device::send::send_to_devs
source · pub async fn send_to_devs(
query: Query,
cmd: Command,
read: bool
) -> Result<impl Stream<Item = Result<Device, Error>>, Error>Expand description
Fails if can’t map specified port to device in case of query is a port name/path. Use [send_to_interfaces] instead if device mapping not needed.