Hi,
How to set the number of devices (ZDSECMGR_TC_DEVICE_MAX) in znp host framework?
Regards
Srikanth
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
ZDSECMGR_TC_DEVICE_MAX is a compile time option.
Starting on line 79 in ZDSecMgr.c you'll find the following,
#if !defined ( ZDSECMGR_TC_DEVICE_MAX ) #define ZDSECMGR_TC_DEVICE_MAX 1 #endif
Alternatively you can add ZDSECMGR_TC_DEVICE_MAX to the preprocessor defined symbols list