Changes between Version 3 and Version 4 of Ticket #257


Ignore:
Timestamp:
07/12/12 14:28:25 (12 years ago)
Author:
ph3-der-loewe
Comment:

Updated formating and become more precise to the way the status type should work.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #257 – Description

    v3 v4  
    4343=== The Client status type === 
    4444This should be an integer type used to store flags. 
    45 * data can be read from client (rx ready) 
    46 * data can be send to the client (tx ready) 
     45||= Flag =||= Name  =||= Description =|| 
     46||0x0001  ||RX_READY ||The protocol implementation is ready to read more data from the client || 
     47||0x0002  ||TX_READY ||The client is ready to read more data from the server. || 
    4748 
    4849Callbacks may be called even if the status callback would return that the client is not ready for the given operation. The callback have to return without doing something. The callback must return without error or setting the error value correctly for the situation (e.g. ROAR_ERROR_AGAIN).