SCC_VS_Get_Status_Cnf
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback is called when a VS_Get_Status.Cnf message (from a VertexCom PLC chip) is received. The callback function SCC_Generic_VS_HostMessage_Ind (byte sourceMacAddress[], dword hostMessageInd) will also be called immediately after this callback. Note: Only the most relevant values from the VS_Get_Status.Cnf message are returned by this callback. Other values are currently not accessible by application code.Parameters
- SourceMac: The MAC address of the sender.
- Result: The “Result” value of the VS_Get_Status.Cnf message.
- Status: The “Status” value of the VS_Get_Status.Cnf message.
- LinkState: The “Link State” value of the VS_Get_Status.Cnf message.
- Ready: The “Ready for PLC operation” value of the VS_Get_Status.Cnf message.