Creating and handling of TML commands. More...
Modules | |
Command message callbacks | |
Callback methods for multiple answers and asynchronous reply handling. | |
Accessing header information | |
Functions to read/write TML command header data. | |
Functions | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Cmd_Create (TML_COMMAND_HANDLE *tmlhandle) |
Create a TML command. More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Cmd_Free (TML_COMMAND_HANDLE *tmlhandle) |
Free TML command handle and release data. More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Cmd_Acquire_Sidex_Handle (TML_COMMAND_HANDLE tmlhandle, SIDEX_HANDLE *shandle) |
Acquire command data (SIDEX_HANDLE) More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Cmd_Release_Sidex_Handle (TML_COMMAND_HANDLE tmlhandle) |
Release command data (SIDEX_HANDLE) More... | |
TML_CORE_API TML_INT32 DLL_CALL_CONV | tml_Cmd_Get_Connection (TML_COMMAND_HANDLE cmdHandle, TML_CONNECTION_HANDLE *connectionHandle) |
Get the connection on which the command was previously sent/received. More... | |
Creating and handling of TML commands.
TML commands contain data and header information. The data can be set and read using the SIDEX API. All SIDEX datatypes can be used to be exchanged through a TML command call.