Skip to main content
Open topic with navigation

SCC_SetOptionalParameterUnsigned

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Test Functions » Shared Functions » SCC_SetOptionalParameterUnsigned Valid for:  CANoe DE  •  CANoe4SW DE Note Parameters marked as long or dword can all be accessed both with this function and with SCC_SetOptionalParameter (dword, long). Usage of this function is only mandatory if the whole 32 bit unsigned number range is needed.

Function Syntax

long SCC_SetOptionalParameterUnsigned 
( dword Parameter, dword ParameterValue )

Description

Sets an optional parameter using a DWORD value after creating a message.

Parameters

  • Parameter: ID number of the parameter, as denoted in the lists of optional parameters below each Create-function.
  • ParameterValue: Desired value of the parameter in the matching data type.

Return Values

  • 0: Not successful
  • 1: Successful

Example