|  |  | 
ECC Parameters. More...
#include <ECDH.h>
| Data Fields | |
| ECDH_ReturnBehavior | returnBehavior | 
| ECDH_CallbackFxn | callbackFxn | 
| uint32_t | timeout | 
| void * | custom | 
ECC Parameters.
ECC Parameters are used to with the ECDH_open() call. Default values for these parameters are set using ECDH_Params_init().
| ECDH_ReturnBehavior ECDH_Params_::returnBehavior | 
Blocking, callback, or polling return behavior
| ECDH_CallbackFxn ECDH_Params_::callbackFxn | 
Callback function pointer
| uint32_t ECDH_Params_::timeout | 
Timeout of the operation
| void* ECDH_Params_::custom | 
Custom argument used by driver implementation