pub async fn register_client(
conn: &Connection,
endpoint: u16,
check_in_node_id: u64,
monitored_subject: u64,
key: Vec<u8>,
verification_key: Vec<u8>,
client_type: ClientType,
) -> Result<RegisterClientResponse>Expand description
Invoke RegisterClient command on cluster ICD Management.