AllocEmptyDataMsg
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Allocates a message of the MsgType type that carries empty data.
Prototype
1 | FlowMsgPtr AllocEmptyDataMsg(MsgType type) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
type |
Input |
Type of the message to be allocated that carries empty data. |
Returns
Pointer to the allocated FlowMsg.
Exception Handling
NULL is returned if the FlowMsg allocation fails.
Constraints
None
Parent topic: FlowBufferFactory Data Type