pub async fn add_client(
conn: &Connection,
endpoint: u16,
client_identity: Vec<u8>,
) -> Result<AddClientResponse>Expand description
Invoke AddClient command on cluster Network Identity Management.
pub async fn add_client(
conn: &Connection,
endpoint: u16,
client_identity: Vec<u8>,
) -> Result<AddClientResponse>Invoke AddClient command on cluster Network Identity Management.