C API for BALTECH SDK

§ BRP_Sys_ErrCfgNotFound

#define BRP_Sys_ErrCfgNotFound   BRP_ERR_STATUS(0x0000, 0x03)

The meaning of this status code varies depending on the access mode:

  • Read access: The desired key/value couldn't be found in the configuration.
  • Write access: The key/value ID is invalid. The value couldn't be set.

Definition at line 39 of file sys.h.