pub async fn update_noc(
conn: &Connection,
endpoint: u16,
noc_value: Vec<u8>,
icac_value: Vec<u8>,
) -> Result<NOCResponse>Expand description
Invoke UpdateNOC command on cluster Operational Credentials.
pub async fn update_noc(
conn: &Connection,
endpoint: u16,
noc_value: Vec<u8>,
icac_value: Vec<u8>,
) -> Result<NOCResponse>Invoke UpdateNOC command on cluster Operational Credentials.