Report the encapsulated Fixed-Encoding String data without allocation.
- Note
- The returned data is owned by the encapsulating DOFValue, and is only valid in the context of that DOFValue. It must not be freed by the caller. Once the DOFValue is freed, the returned data is no longer valid. If the data is needed for longer than the lifetime of the DOFValue, use DOFValueString_Extract instead.
- Parameters
-
self | The DOFValue. This must represent a single value of type Fixed-Encoding String, and must not be NULL. |
- Returns
- The encapsulated Fixed-Encoding String data held in the DOFValue.
- Exceptions
-
NULL | is returned if an invalid parameter was detected. |