pub async fn query_identity(
conn: &Connection,
endpoint: u16,
key_identifier: Vec<u8>,
possession_nonce: Option<Vec<u8>>,
) -> Result<QueryIdentityResponse>Expand description
Invoke QueryIdentity command on cluster Network Commissioning.