MIL_ID MessageId, | //in |
const void *MessagePtr, | //in |
MIL_INT64 MessageSize, | //in |
MIL_INT64 MessageTag, | //in |
MIL_INT64 OperationFlag | //in |
This function writes a message that will be added to the message mailbox.
Data type: array of type
MIL_UINT8 [optionally, in C++: a reference to a constant std::vector<MIL_UINT8>
]
Required array size:(MessageSize)
Specifies the address of the variable of the user message to write. An error will be generated if this parameter is set to M_NULL.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |