UVSOCK_ERROR_RESPONSE Struct Reference

Error response data. More...

#include <UVSOCK.h>


Data Fields

UINT nRes1
 Reserved.
UINT nRes2
 Reserved.
UINT StrLen
 Length of error string (including terminator) in bytes.
BYTE str [SOCK_NDATA-20]
 Error description.


Detailed Description

Error response data.

Contains error information. The union in UVSOCK_CMD_RESPONSE will correspond to this structure if the status code within is anything other than UV_STATUS_SUCCESS.

Contained in UVSOCK_CMD_RESPONSE if an error occurred.

Definition at line 1231 of file UVSOCK.h.


Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.

Generated with doxygen.