Define SDV_INTERFACE_SET_SECTION_CONDITION#

Define Documentation#

SDV_INTERFACE_SET_SECTION_CONDITION(condition, section_number)#

Use the condition, to select a section to process.

Parameters:
  • condition – Condition to be checked. When ‘true’ processing will be limited to the section. Example:

    SDV_INTERFACE_PROCESS_SECTION(CheckFunc(), 1) 
    

  • section_number – The section to be processed when the condition is true.