GetRawData
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the data pointer and data size of the RawData type.
Prototype
1 | virtual Status GetRawData(void *&dataPtr, uint64_t &dataSize) const |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
dataPtr |
Output |
Pointer to RawData. |
dataSize |
Output |
Data size of RawData. |
Returns
- 0: success
- Other values: failure. For details, see the error code.
Troubleshooting
For non-RawData, FLOW_FUNC_FAILED is reported.
Constraints
None
Parent topic: Class FlowMsg