typedef void (* vm_cmd_callback)(vm_cmd_command_t* command, void* user_data);
typedef void (* vm_cmd_callback)(vm_cmd_command_t* command, void* user_data);
This represents the callback function that handles incoming commands from the Monitor tool. This callback is invoked in the main thread.
|
Parameters |
Description |
|
command |
[IN] The command that is passed from the Monitor tool. The content of the buffer is only valid within the callback. Once the callback returns, buffer pointed by command.command_buffer becomes invalid. |
|
user_data |
[IN] The user_data passed to vm_cmd_open_port. |
void.
vmcmd.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.