pub async fn leave_group(
conn: &Connection,
endpoint: u16,
group_id: u16,
endpoints: Option<Vec<u16>>,
) -> Result<LeaveGroupResponse>Expand description
Invoke LeaveGroup command on cluster Groupcast.
pub async fn leave_group(
conn: &Connection,
endpoint: u16,
group_id: u16,
endpoints: Option<Vec<u16>>,
) -> Result<LeaveGroupResponse>Invoke LeaveGroup command on cluster Groupcast.