From INtime 6.0 the INtime Service and Port objects have been deprecated.
New projects should not be started using these features, and existing projects will not work with XM mode. You will receive a compiler warning by default if you use these calls.
Sends a response message to an earlier received SendRtMessageRSVP message.
BOOLEAN SendRtReply(
RTHANDLE hPort, // port handle
LPGENADDR lpAddress, // pointer to destination address
WORD wTransID, // transaction ID for this request/response transaction
LPBYTE lpControl, // pointer to control message
WORD wControlLength, // length of control message
LPVOID lpData, // pointer to data message
DWORD dwDataSize, // length of data message
WORD wTransmissionFlags // transmission flags
);
hPortlpAddresswTransIDlpControlwControlLengthlpDatadwDataSizewTransmissionFlagsCONTIGUOUS_BUFFER |
Specifies that lpData reference a contiguous buffer. |
DATA_CHAIN_BUFFER |
Specifies that lpData reference a data chain block. |
DATA_LIST_BUFFER |
Specifies that lpData reference the first element in a data list. |
SYNC_MODE |
Specifies that the message should be transmitted synchronously. |
ASYNC_MODE |
Specifies that the message should be transmitted asynchronously. |
NOT_EOT |
Specifies that this is not yet the last transmission for this response message and there are more transmissions to follow. |
TRUEFALSEE_OK 0x0000E_CONTEXT 0x0005E_EXIST 0x0006E_NOT_CONFIGURED 0x0008E_TRANSMISSION 0x000BE_INVALID_ADDR 0x00E2E_RESOURCE_LIMIT 0x00E6E_TRANS_ID 0x00E8wTransId parameter is not valid.E_DISCONNECTED 0x00E9E_TRANS_LIMIT 0x00EAE_UNBOUND 0x00EBE_TYPE 0x8002E_PARAM 0x8004E_NUC_BAD_BUF 0x80E2Note: Other status values may be generated by the service-specific SendMessage handler.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |
Port system calls, SendRtMessageRSVP, SendRtMessage, SendMessage