Skip to main content
Open topic with navigation

SCC_VS_HostAction_Ind

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

Function Syntax

void SCC_VS_HostAction_Ind ( byte SourceMacAddess[], dword hostActionReq )

Description

The callback is called as soon as a VS_Host_Action.Ind message is received. This indication is enabled only in QCA7000/QCA7005 device with SLAC enabled configuration. (Additional data cannot be queried at the moment.)

Parameters

  • SourceMacAddress: MAC address of sender.
  • hostActionReq: Notification:
    • QCA_HAR_READY_TO_JOIN_AVLN = 0x09
    • QCA_HAR_AVLN_JOINED = 0x0A
    • QCA_HAR_AVLN_DISCONNECTED = 0x0B

Return Values

Example