Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Argument Checking Configuration

Most functions in μC/SMTPc include code to validate arguments that are passed to it. Specifically, μC/SMTPc checks to see if passed pointers are NULL, if arguments are within valid ranges, etc. The following constants configure additional argument checking.

 

Constant
Description
Possible Values
SMTPc_CFG_ARG_CHK_EXT_EN
Allows code to be generated to check arguments for functions that can be called by the user and, for functions which are internal but receive arguments from an API that the user can call.DEF_ENABLED or DEF_DISABLED

 

Table - Argument Checking and Debug Configuration

Port Configuration 

Connection Configuration 

Feature Configuration

Authentication Configuration 

Mail Configuration 

 

 

  • No labels