Skip to main content
Open topic with navigation

SCC_SLAC_SetLinkStatusPollingInterval

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Simulation » Shared Functions » SCC_SLAC_SetLinkStatusPollingInterval Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SCC_SLAC_SetLinkStatusPollingInterval ( long Interval )

Description

This function changes the polling interval for sending VS_PL_Lnk_Status or VS_Nw_Info requests to the chip. Set the interval to 0 to disable polling. Note: It is recommended to use VS_Host_Action.Ind as described in SCC_Generic_VS_HostMessage_Ind instead of link status polling.

Parameters

  • Interval: Desired time interval in milliseconds.

Return Values

  • 0: Not successful
  • 1: Successful

Example