SetFlowFlags
Applicable Products
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets flags in data.
Prototype
1 | void SetFlowFlags(const uint32_t flow_flags) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
flow_flags |
Input |
Flags in the message header. Enumerated values: enum class FlowFlag : uint32_t {
FLOW_FLAG_EOS = (1U << 0U), // Data flow end flag.
FLOW_FLAG_SEG = (1U << 1U) // Segment flag of non-consecutive data.
};
|
Returns
None
Exception Handling
None
Constraints
None
Parent topic: DataFlowInfo Data Types