SCC_SLAC_GetReservedField
CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Data Queries » Shared Functions » SCC_SLAC_GetReservedField Valid for: CANoe DE • CANoe4SW DE Note<InvalidValueSigned>and/or<InvalidValueUnsigned>can be defined in the XML configuration.- These are returned if an optional numeric message parameter was queried by this function but not found.
- See Configuration of Vehicle SCC Nodes or Configuration of Chargepoint SCC Nodes.
Function Syntax
Description
Gets one of the reserved fields of the message. For a valid message, these fields must contain only zeroes.Parameters
- Index: Number of the reserved field (0 or 1).
- Data: Queries the field (to the given byte buffer).
- DataSize: Gets the byte length of the returned data (via reference).
Return Values
- 0: If the field could not be retrieved.
- 1: otherwise