2.102.25 SEFCx_CryptographicKeySend Function
C
void SEFCx_CryptographicKeySend(uint16_t sckArg);
Summary
Send the cryptographic key
Description
This function sends the cryptographic key
Precondition
None.
Parameters
Param | Description |
---|---|
sckArg | Key argument |
Returns
None.
Example
SEFC0_CryptographicKeySend(0);
Remarks
None.