#include <UVSOCK.h>
Contains command response data, or async message data. cmd indicates either the command to which this is a response, or the asynchronous message type. status indicates is the command or asynchronous operation was successful. The value of the union depends on the message type, and whether an error occurred. If status is not UV_STATUS_SUCCESS, then the union will be of type err. Otherwise it will be of the type corresponding to the message type in cmd.
This structure is included in all messages that correspond to the new message response format.
Contained in UVSOCK_CMD_DATA if the message type (m_eCmd) is UV_CMD_RESPONSE or UV_ASYNC_MSG
Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.
Generated with doxygen.