ToFlowMsg (Raw Data)
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Converts the input raw data to FlowMsg that carries the raw data.
Prototype
1 | FlowMsgPtr ToFlowMsg(const RawData &raw_data) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
raw_data |
Input |
RawData object. |
Returns
Pointer to the converted FlowMsg.
Exception Handling
NULL is returned if the conversion fails.
Constraints
None
Parent topic: FlowBufferFactory Data Type