Member |
Data Type |
Description |
---|---|---|
enumMaxLoginUsersNum |
INIT_CFG_MAX_NUM |
Maximum number of users can log in, see details below: enum _INIT_CFG_MAX_NUM_{ INIT_CFG_NUM_2048 = 2048, INIT_CFG_NUM_5120 = 5120, INIT_CFG_NUM_10240 = 10240, INIT_CFG_NUM_15360 = 15360, INIT_CFG_NUM_20480 = 20480 }INIT_CFG_MAX_NUM |
enumMaxAlarmNum |
INIT_CFG_MAX_NUM |
Maximum number of alarm channels, see details below: enum _INIT_CFG_MAX_NUM_{ INIT_CFG_NUM_2048 = 2048, INIT_CFG_NUM_5120 = 5120, INIT_CFG_NUM_10240 = 10240, INIT_CFG_NUM_15360 = 15360, INIT_CFG_NUM_20480 = 20480 }INIT_CFG_MAX_NUM |
byRes |
Array of BYTE |
Reserved, set to 0. |
By default, up to 2048 channels are supported. More channels require higher computer performance and network bandwidth.