pub async fn send_action(
broadcast: SocketAddr,
params: &ActionParams,
timeout_ms: u64,
) -> Result<AckSummary>Expand description
Send a GVCP action command and collect acknowledgements.
pub async fn send_action(
broadcast: SocketAddr,
params: &ActionParams,
timeout_ms: u64,
) -> Result<AckSummary>Send a GVCP action command and collect acknowledgements.