#include <FeeAckInfo.hpp>
Public Member Functions | |
AckStructure () | |
AckStructure (short code, int &size, char *data) | |
AckStructure & | operator= (const AckStructure &rhs) |
Public Attributes | |
int | errorCode |
char | resultData [MAX_SIZE] |
|
Std C-Tor of the AckStructure. |
|
overloaded C-Tor to set the values of the struct directly. |
|
Assignment operator of the AckStructure. |
|
errorCode contain the error code returned by the feeserver. |
|
resultData is a array that contain messages or results of commands. |