#include <CCTPResponse.h>

Public Member Functions | |
| TCCTPResponse () | |
| virtual | ~TCCTPResponse () |
| const TByteArray & | getData () const |
| Uint | getState () const |
| Retval | parse (const TByteArray &rIn) |
| Retval | toStream (IByteArray &rArray) const |
| void | setData (const TByteArray &rData) |
| void | setState (Uint uiState) |
| TCCTPResponse::TCCTPResponse | ( | ) |
Creates a CCTP Request Object
| TCCTPResponse::~TCCTPResponse | ( | ) | [virtual] |
Destroys the CCTP Request Object
| const TByteArray & zeus::TCCTPResponse::getData | ( | ) | const [inline] |
Gets the data body of the response
| Uint zeus::TCCTPResponse::getState | ( | ) | const [inline] |
Gets the state of the response
| Retval TCCTPResponse::parse | ( | const TByteArray & | rIn | ) |
This Method parses a incomming response
| in | : Input data |
| RET_NOERROR | : Parsing ok | |
| RET_REQUEST_FAILED | : wrong format |
| Retval TCCTPResponse::toStream | ( | IByteArray & | rArray | ) | const |
Returns a string which contains the CCTP Request
| void zeus::TCCTPResponse::setData | ( | const TByteArray & | rData | ) | [inline] |
Sets the data body of the response
| void zeus::TCCTPResponse::setState | ( | Uint | uiState | ) | [inline] |
Sets the status of the response