pub async fn apply_update_request(
conn: &Connection,
endpoint: u16,
update_token: Vec<u8>,
new_version: u32,
) -> Result<ApplyUpdateResponse>Expand description
Invoke ApplyUpdateRequest command on cluster OTA Software Update Provider.