SomeIpSetValueQWord
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function can be used to set a raw value in the object specified in the objectHandle parameter. The value is accessed in this case via symbolic access paths. Note- A corresponding syntax must be adhered to for specifying the access paths. The access path results from the database description of the value to be read (see also Syntax for Database-based Access Paths).
- The content of a Service Discovery message can also be read out with this function. Here, the value is accessed via a predefined access path (see also Syntax for Predefined SD Access Paths).
Parameters
-
objectHandle: Handle to a SOME/IP IL object, which must be completely described in the FIBEX database. The following objects are supported:
- Messages
- Fields
- Method calls: Handle to a method call that was created with SomeIpCreateMethodCall.
- valuePath: Access path of the value to be set.
- value: Raw Value
Return Values
- 0: The function was successfully executed
- >0: Error code
Example
See SomeIpSetValueDWord See Also- AREthRemoveValue
- SomeIpFillValues
- SomeIpGetDestinationAddress
- SomeIpGetDestinationPort
- SomeIpGetInterfaceVersion
- SomeIpGetLength
- SomeIpGetMessageId
- SomeIpGetMessageType
- SomeIpGetProtocol
- SomeIpGetProtocolVersion
- SomeIpGetRequestId
- SomeIpGetReturnCode
- SomeIpGetSourceAddress
- SomeIpGetSourcePort
- SomeIpGetValue…
- SomeIpGetValueDWord
- SomeIpGetValueFloat
- SomeIpGetValueInt64
- SomeIpGetValueLong
- SomeIpGetValuePhys
- SomeIpGetValueQWord
- SomeIpGetValueString
- SomeIpRemoveValue
- SomeIpSetRequestId
- SomeIpSetReturnCode
- SomeIpSetValue…
- SomeIpSetValueDWord
- SomeIpSetValueFloat
- SomeIpSetValueInt64
- SomeIpSetValueLong
- SomeIpSetValuePhys
- SomeIpSetValueQWord
- SomeIpSetValueString
- Syntax for Database-based Access Paths
- Syntax for Predefined Service Discovery (SD) Access Paths